Socket
Socket
Sign inDemoInstall

init-package-json

Package Overview
Dependencies
Maintainers
2
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.1.0 to 1.1.1

.npmignore

12

default-input.js

@@ -44,3 +44,3 @@ var fs = require('fs')

var version = package.version || config.get('init.version') || '1.0.0'
var version = package.version || config.get('init-version') || '1.0.0'
exports.version = yes ? version : prompt('version', version)

@@ -181,7 +181,7 @@

if (!package.author) {
exports.author = config.get('init.author.name')
exports.author = config.get('init-author-name')
? {
"name" : config.get('init.author.name'),
"email" : config.get('init.author.email'),
"url" : config.get('init.author.url')
"name" : config.get('init-author-name'),
"email" : config.get('init-author-email'),
"url" : config.get('init-author-url')
}

@@ -191,3 +191,3 @@ : prompt('author')

var license = package.license || config.get('init.license') || 'ISC'
var license = package.license || config.get('init-license') || 'ISC'
exports.license = yes ? license : prompt('license', license)
{
"name": "init-package-json",
"version": "1.1.0",
"version": "1.1.1",
"main": "init-package-json.js",

@@ -23,4 +23,5 @@ "scripts": {

"devDependencies": {
"tap": "~0.2.5",
"rimraf": "~2.0.2"
"npm": "^2.1.4",
"rimraf": "^2.1.4",
"tap": "^0.4.13"
},

@@ -27,0 +28,0 @@ "keywords": [

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