{"library":"lodash.support","title":"lodash.support","description":"lodash.support is a legacy, modularized utility module from the Lodash library, specifically designed to provide environment feature detection capabilities (the `_.support` object). This package is currently at version 3.0.4, which aligns with the Lodash v3 major release cycle. Unlike the main Lodash library, which has seen continuous development and is at version 4.18.1, `lodash.support` has not received updates since its initial v3 release. Consequently, it does not reflect the latest feature detection logic, bug fixes, or security patches integrated into modern Lodash versions. Its release cadence is effectively ceased, making it an outdated resource for modern JavaScript environments. Its key differentiator was being a lightweight, isolated utility from the larger Lodash library, but its age now significantly limits its utility and reliability compared to the full, updated Lodash package.","language":"javascript","status":"abandoned","last_verified":"Sun Apr 19","install":{"commands":["npm install lodash.support"],"cli":null},"imports":["const support = require('lodash.support');"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"const support = require('lodash.support');\n\n// Check for various environment features\nconsole.log('Array buffer views are supported:', support.arrayBuffer);\nconsole.log('DOM Level 2 events are supported:', support.domLevel2);","lang":"javascript","description":"Demonstrates how to import lodash.support and access its feature detection properties.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}