Socket
Socket
Sign inDemoInstall

npm-bundled

Package Overview
Dependencies
Maintainers
3
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-bundled - npm Package Compare versions

Comparing version 2.0.1 to 3.0.0

22

package.json
{
"name": "npm-bundled",
"version": "2.0.1",
"version": "3.0.0",
"description": "list things in node_modules that are bundledDependencies, or transitive dependencies thereof",

@@ -13,4 +13,4 @@ "main": "lib/index.js",

"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "3.5.0",
"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.5.1",
"mkdirp": "^1.0.4",

@@ -23,5 +23,2 @@ "mutate-fs": "^2.1.1",

"test": "tap",
"preversion": "npm test",
"postversion": "npm publish",
"postpublish": "git push origin --all; git push origin --tags",
"lint": "eslint \"**/*.js\"",

@@ -31,3 +28,2 @@ "postlint": "template-oss-check",

"lintfix": "npm run lint -- --fix",
"prepublishOnly": "git push origin --follow-tags",
"snap": "tap",

@@ -41,11 +37,17 @@ "posttest": "npm run lint"

"dependencies": {
"npm-normalize-package-bin": "^2.0.0"
"npm-normalize-package-bin": "^3.0.0"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "3.5.0"
"version": "4.5.1"
},
"tap": {
"nyc-arg": [
"--exclude",
"tap-snapshots/**"
]
}
}
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