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

assert-diff

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

assert-diff - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

.idea/assert-diff.iml

6

package.json

@@ -14,3 +14,3 @@ {

"repository": "git://github.com/pihvi/assert-diff",
"version": "1.2.0",
"version": "1.2.1",
"main": "./lib/assert-diff.js",

@@ -23,8 +23,8 @@ "license": "Apache-2.0",

"devDependencies": {
"mocha": "3.2.0"
"mocha": "3.5.0"
},
"scripts": {
"test": "mocha test/example-passing-tests.js",
"test": "./node_modules/mocha/bin/mocha test/example-passing-tests.js",
"start": "mocha"
}
}

@@ -10,2 +10,4 @@ Drop-in replacement for assert to give colored diff on command-line with deepEqual.

## Usage ##
[![Greenkeeper badge](https://badges.greenkeeper.io/pihvi/assert-diff.svg)](https://greenkeeper.io/)
```javascript

@@ -39,2 +41,5 @@ var assert = require('assert-diff')

### 1.2.1 Aug 15, 2017 ###
- Add npm lock file
### 1.2.0 Mar 11, 2017 ###

@@ -41,0 +46,0 @@ - Support Node 7

Sorry, the diff of this file is not supported yet

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