New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@optimize-lodash/rollup-plugin

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@optimize-lodash/rollup-plugin - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

18

package.json
{
"name": "@optimize-lodash/rollup-plugin",
"version": "5.0.0",
"version": "5.0.1",
"description": "Rewrite lodash imports with Rollup for improved tree-shaking.",

@@ -39,4 +39,4 @@ "keywords": [

"devDependencies": {
"@rollup/plugin-commonjs": "26.0.1",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-commonjs": "26.0.3",
"@rollup/plugin-node-resolve": "15.3.1",
"@rollup/plugin-terser": "0.4.4",

@@ -46,8 +46,8 @@ "@tsconfig/node18": "18.2.4",

"@types/jest": "29.5.4",
"@types/lodash": "4.14.199",
"@types/node": "18.15.3",
"@types/lodash": "4.14.202",
"@types/node": "18.15.13",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"depcheck": "1.4.6",
"eslint": "8.57.0",
"depcheck": "1.4.7",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",

@@ -61,3 +61,3 @@ "eslint-plugin-jest": "28.6.0",

"prettier-2": "npm:prettier@2.8.8",
"rollup": "4.19.1",
"rollup": "4.22.4",
"ts-jest": "29.1.1",

@@ -69,3 +69,3 @@ "ts-node": "10.9.2",

"@rollup/pluginutils": "^5.1.0",
"@optimize-lodash/transform": "3.0.4"
"@optimize-lodash/transform": "3.0.5"
},

@@ -72,0 +72,0 @@ "scripts": {

@@ -159,2 +159,6 @@ # Optimize `lodash` imports with Rollup.js

### `chain()` cannot be optimized
The `chain()` method from `lodash` cannot be successfully imported from `"lodash/chain"` without also importing from `"lodash"`. Imports which include `chain()` are _not modified_ and the plugin prints a warning.
## Alternatives

@@ -161,0 +165,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc