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.2 to 1.0.3

2

CONTRIBUTING.md

@@ -14,5 +14,5 @@ Steps to a new release

* update change log in README
* git commit; git push
* git commit -a -m "Update README"; git push
* npm version <next.version.number>
* git push --tags; git push
* npm publish (get one-time NPM password from authy)

@@ -1,2 +0,2 @@

const color = require('cli-color')
const color = require('colors/safe')

@@ -3,0 +3,0 @@ const { extendedTypeOf } = require('./util')

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

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

@@ -24,4 +24,4 @@ "license": "MIT",

"dependencies": {
"cli-color": "^2.0.0",
"@ewoudenberg/difflib": "0.1.0",
"colors": "^1.4.0",
"dreamopt": "~0.8.0"

@@ -33,4 +33,4 @@ },

"eslint-config-standard": "^17",
"mocha": "9.1.3",
"jscoverage": "^0.6.0"
"jscoverage": "^0.6.0",
"mocha": "9.1.3"
},

@@ -37,0 +37,0 @@ "engines": {

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

- 1.0.3 Change from cli-color to colors to reduce package size.
- 1.0.2 Add colorize and colorizeToCallback to module exports (Fix bug #103)

@@ -342,0 +343,0 @@ - 1.0.1 Bug fixes: Properly compare date objects; properly exclude keys with -x; improve README readability.

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