Socket
Socket
Sign inDemoInstall

init-package-json

Package Overview
Dependencies
Maintainers
7
Versions
67
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 2.0.4 to 2.0.5

lib/default-input.js

34

package.json
{
"name": "init-package-json",
"version": "2.0.4",
"main": "init-package-json.js",
"version": "2.0.5",
"main": "lib/init-package-json.js",
"scripts": {

@@ -9,3 +9,8 @@ "test": "tap",

"postversion": "npm publish",
"prepublishOnly": "git push origin --follow-tags"
"prepublishOnly": "git push origin --follow-tags",
"lint": "eslint '**/*.js'",
"postlint": "npm-template-check",
"lintfix": "npm run lint -- --fix",
"snap": "tap",
"posttest": "npm run lint"
},

@@ -16,11 +21,10 @@ "repository": {

},
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"author": "GitHub Inc.",
"license": "ISC",
"description": "A node module to get your node module started",
"dependencies": {
"glob": "^7.1.1",
"npm-package-arg": "^8.1.2",
"npm-package-arg": "^8.1.5",
"promzard": "^0.3.0",
"read": "~1.0.1",
"read-package-json": "^4.0.0",
"read-package-json": "^4.1.1",
"semver": "^7.3.5",

@@ -32,5 +36,4 @@ "validate-npm-package-license": "^3.0.4",

"@npmcli/config": "^2.1.0",
"mkdirp": "^1.0.4",
"rimraf": "^3.0.2",
"tap": "^14.11.0"
"@npmcli/template-oss": "^1.0.3",
"tap": "^15.0.9"
},

@@ -41,3 +44,5 @@ "engines": {

"tap": {
"jobs": "1"
"statements": "94",
"branches": "83",
"lines": "94"
},

@@ -55,5 +60,6 @@ "keywords": [

"files": [
"default-input.js",
"init-package-json.js"
]
"bin",
"lib"
],
"templateVersion": "1.0.3"
}
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