Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sort-json

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sort-json - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

3

cmd.js

@@ -7,5 +7,4 @@ #!/usr/bin/env node

var filename = path.resolve(process.argv[2]);
var json = JSON.parse(fs.readFileSync(filename));
var json = require(filename);
var visit = require('./');

@@ -12,0 +11,0 @@

{
"name": "sort-json",
"version": "1.0.0",
"version": "1.1.0",
"description": "Takes a json-file and return a copy of the same file, but sorted",

@@ -5,0 +5,0 @@ "main": "index.js",

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