Socket
Socket
Sign inDemoInstall

json-diff

Package Overview
Dependencies
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-diff - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

4

lib/index.js

@@ -101,3 +101,3 @@ const { SequenceMatcher } = require('@ewoudenberg/difflib')

scalarize (array, originals, fuzzyOriginals) {
console.log('scalarize', array, originals, fuzzyOriginals);
// console.log('scalarize', array, originals, fuzzyOriginals);
const fuzzyMatches = []

@@ -133,3 +133,3 @@ if (fuzzyOriginals) {

}
console.log('Scalarize result', result);
// console.log('Scalarize result', result);
return result

@@ -136,0 +136,0 @@ }

@@ -9,3 +9,3 @@ {

"description": "JSON diff",
"version": "1.0.4",
"version": "1.0.5",
"homepage": "https://github.com/andreyvit/json-diff",

@@ -12,0 +12,0 @@ "license": "MIT",

@@ -340,2 +340,3 @@ # JSON structural diff

- 1.0.5 Comment out debugging output(!)
- 1.0.4 Fix typo that broke -o/--output-keys

@@ -342,0 +343,0 @@ - 1.0.3 Change from cli-color to colors to reduce package size.

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