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.35.0 to 1.35.1

10

index.js

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

{ key: 'bin', over: sortObject },
{ key: 'man', over: sortObject },
{ key: 'man' },
{ key: 'directories', over: sortDirectories },

@@ -143,14 +143,14 @@ { key: 'workspaces' },

{ key: 'nyc', over: sortObject },
{ key: 'resolutions', over: sortObject },
{ key: 'dependencies', over: sortObject },
{ key: 'devDependencies', over: sortObject },
{ key: 'peerDependencies', over: sortObject },
{ key: 'optionalDependencies', over: sortObject },
{ key: 'bundledDependencies', over: sortArray },
{ key: 'bundleDependencies', over: sortArray },
{ key: 'optionalDependencies', over: sortObject },
{ key: 'flat' },
{ key: 'resolutions', over: sortObject },
{ key: 'engines', over: sortObject },
{ key: 'engineStrict', over: sortObject },
{ key: 'os', over: sortObject },
{ key: 'cpu', over: sortObject },
{ key: 'os' },
{ key: 'cpu' },
{ key: 'preferGlobal', over: sortObject },

@@ -157,0 +157,0 @@ { key: 'publishConfig', over: sortObject },

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

@@ -5,0 +5,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