Socket
Socket
Sign inDemoInstall

init-package-json

Package Overview
Dependencies
Maintainers
6
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 2.0.5 to 3.0.0

2

lib/init-package-json.js

@@ -130,3 +130,3 @@

console.log('About to write to %s:\n\n%s\n', packageFile, d)
read({prompt: 'Is this OK? ', default: 'yes'}, function (er, ok) {
read({ prompt: 'Is this OK? ', default: 'yes' }, function (er, ok) {
if (er) {

@@ -133,0 +133,0 @@ return cb(er)

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

@@ -14,3 +14,4 @@ "scripts": {

"snap": "tap",
"posttest": "npm run lint"
"posttest": "npm run lint",
"template-copy": "npm-template-copy --force"
},

@@ -25,5 +26,5 @@ "repository": {

"dependencies": {
"npm-package-arg": "^8.1.5",
"npm-package-arg": "^9.0.0",
"promzard": "^0.3.0",
"read": "~1.0.1",
"read": "^1.0.7",
"read-package-json": "^4.1.1",

@@ -35,8 +36,8 @@ "semver": "^7.3.5",

"devDependencies": {
"@npmcli/config": "^2.1.0",
"@npmcli/template-oss": "^1.0.3",
"tap": "^15.0.9"
"@npmcli/config": "^4.0.0",
"@npmcli/template-oss": "^2.7.1",
"tap": "^15.1.6"
},
"engines": {
"node": ">=10"
"node": "^12.13.0 || ^14.15.0 || >=16"
},

@@ -62,3 +63,5 @@ "tap": {

],
"templateVersion": "1.0.3"
"templateOSS": {
"version": "2.7.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