Socket
Socket
Sign inDemoInstall

init-package-json

Package Overview
Dependencies
Maintainers
5
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

init-package-json - npm Package Compare versions

Comparing version 3.0.2 to 4.0.0

25

package.json
{
"name": "init-package-json",
"version": "3.0.2",
"version": "4.0.0",
"main": "lib/init-package-json.js",
"scripts": {
"test": "tap",
"preversion": "npm test",
"postversion": "npm publish",
"prepublishOnly": "git push origin --follow-tags",
"lint": "eslint \"**/*.js\"",

@@ -28,15 +25,15 @@ "postlint": "template-oss-check",

"read": "^1.0.7",
"read-package-json": "^5.0.0",
"read-package-json": "^6.0.0",
"semver": "^7.3.5",
"validate-npm-package-license": "^3.0.4",
"validate-npm-package-name": "^4.0.0"
"validate-npm-package-name": "^5.0.0"
},
"devDependencies": {
"@npmcli/config": "^4.0.1",
"@npmcli/eslint-config": "^3.0.1",
"@npmcli/template-oss": "3.2.1",
"@npmcli/config": "^6.0.0",
"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.5.1",
"tap": "^16.0.1"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
},

@@ -46,3 +43,7 @@ "tap": {

"branches": "83",
"lines": "94"
"lines": "94",
"nyc-arg": [
"--exclude",
"tap-snapshots/**"
]
},

@@ -65,4 +66,4 @@ "keywords": [

"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "3.2.1"
"version": "4.5.1"
}
}
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