{"library":"lodash._basefindindex","type":"library","category":null,"description":"This package, `lodash._basefindindex`, provides a standalone CommonJS module for the internal `baseFindIndex` function from Lodash version 3.6.0. This function is an integral part of Lodash's core, designed to find the index of an element within a collection using a predicate, without directly exposing it as a public API method. In its original context, such modular builds allowed for more granular imports and smaller bundle sizes before widespread adoption of ES Modules and advanced tree-shaking capabilities. However, the main Lodash library is now at version 4.18.1, with its v3.x line officially reaching end-of-life in January 2016. Consequently, `lodash._basefindindex` (v3.6.0) is considered an abandoned, legacy package, and its use is generally discouraged in modern JavaScript development in favor of the full `lodash` or `lodash-es` packages, which benefit from active maintenance and regular security updates.","language":"javascript","status":"abandoned","version":"3.6.0","tags":["javascript"],"install":[{"cmd":"npm install lodash._basefindindex","imports":["const baseFindIndex = require('lodash._basefindindex');","import { findIndex } from 'lodash-es';\n// OR\nimport findIndex from 'lodash/findIndex';","const _ = require('lodash');\n_.findIndex(array, predicate);"]},{"cmd":"yarn add lodash._basefindindex","imports":[]},{"cmd":"pnpm add lodash._basefindindex","imports":[]}],"homepage":"https://lodash.com/","github":"https://github.com/lodash/lodash","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/lodash._basefindindex","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/lodash._basefindindex/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Sat Jul 18","install_tag":null}}