Socket
Socket
Sign inDemoInstall

init-package-json

Package Overview
Dependencies
Maintainers
4
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 1.8.0 to 1.9.0

test/silent.js

4

init-package-json.js

@@ -109,3 +109,5 @@

fs.writeFile(package, d, 'utf8', function (er) {
if (!er && yes) console.log('Wrote to %s:\n\n%s\n', package, d)
if (!er && yes && !config.get('silent')) {
console.log('Wrote to %s:\n\n%s\n', package, d)
}
return cb(er, pkg)

@@ -112,0 +114,0 @@ })

{
"name": "init-package-json",
"version": "1.8.0",
"version": "1.9.0",
"main": "init-package-json.js",

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

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