Socket
Socket
Sign inDemoInstall

sort-package-json

Package Overview
Dependencies
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sort-package-json - npm Package Compare versions

Comparing version 1.0.1 to 1.1.3

3

index.js

@@ -61,2 +61,3 @@ #!/usr/bin/env node

'examplestyle',
'assets',
'bin',

@@ -68,2 +69,3 @@ 'man',

'config',
'pre-commmit',
'browser',

@@ -73,2 +75,3 @@ 'browserify',

'eslintConfig',
'stylelint',
'dependencies',

@@ -75,0 +78,0 @@ 'devDependencies',

{
"name": "sort-package-json",
"version": "1.0.1",
"version": "1.1.3",
"description": "Sort an Object or package.json based on the well-known package.json keys",

@@ -16,2 +16,5 @@ "keywords": [

"author": "Keith Cirkel <npm@keithcirkel.co.uk> (http://keithcirkel.co.uk/)",
"files": [
"index.js"
],
"main": "index.js",

@@ -24,2 +27,3 @@ "bin": "index.js",

"scripts": {
"semantic-release": "travis-after-all && semantic-release pre && npm publish && semantic-release post",
"test": "node test.js"

@@ -29,3 +33,7 @@ },

"sort-object-keys": "^1.1.1"
},
"devDependencies": {
"semantic-release": "^4.3.5",
"travis-after-all": "^1.4.4"
}
}
}
.travis.yml
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