New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

crispy-redux

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crispy-redux - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

__test__/fetch.spec.js

6

__test__/entry.js
var chai = require('chai')
var sinonChai = require('sinon-chai')
Promise.onPossiblyUnhandledRejection(function (err) {
throw err
})
chai.config.truncateThreshold = 0
chai.use(sinonChai)
var context = require.context('.', true, /\.spec\.js$/)
context.keys().forEach(context)

4

package.json
{
"name": "crispy-redux",
"description": "Redux utilities",
"version": "1.1.0",
"version": "1.2.0",
"engines": {

@@ -24,2 +24,3 @@ "node": "4.2.x"

"devDependencies": {
"bluebird": "^3.4.6",
"chai": "^3.0.0",

@@ -41,4 +42,5 @@ "codecov": "^1.0.1",

"sinon": "^1.15.4",
"sinon-chai": "^2.8.0",
"webpack": "^1.12.2"
}
}

@@ -15,2 +15,5 @@ var webpack = require('webpack')

}),
new webpack.ProvidePlugin({
Promise: 'bluebird',
}),
],

@@ -17,0 +20,0 @@ resolve: {

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