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

immutable-automock

Package Overview
Dependencies
Maintainers
1
Versions
127
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

immutable-automock - npm Package Compare versions

Comparing version 0.7.1 to 1.0.0

2

lib/automock/core.js

@@ -90,3 +90,3 @@ 'use strict'

// create new error object
var error = new Error('missing automock for method: '+method.meta.methodName+'.'+method.meta.moduleName)
var error = new Error('missing automock for method: '+method.meta.moduleName+'.'+method.meta.methodName)
// add call data to error

@@ -93,0 +93,0 @@ error.automockCallData = {

{
"author": "Ersun Warncke <ersun.warncke@gmail.com>",
"dependencies": {
"immutable-require-valid-optional-object": "^0.1.0",
"lodash": "^4.17.2",
"stable-id": "^0.2.0"
"immutable-require-valid-optional-object": "0.1.0",
"lodash": "4.17.4",
"stable-id": "0.2.0"
},
"description": "Automatic mocking for immutable framework",
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"http-promise": "^0.1.4",
"immutable-core": "^0.4.3",
"immutable-database-mariasql": "^0.4.0",
"immutable-http-client": "^0.3.0",
"mocha": "^3.0.2",
"require-reload": "^0.2.2"
"chai": "3.5.0",
"chai-as-promised": "6.0.0",
"http-promise": "0.1.4",
"immutable-core": "1.1.3",
"immutable-database-mariasql": "1.1.0",
"immutable-http-client": "0.3.0",
"mocha": "3.2.0",
"require-reload": "0.2.2"
},

@@ -22,2 +22,5 @@ "directories": {

},
"engines": {
"node": ">=7.0.0"
},
"license": "MIT",

@@ -28,5 +31,5 @@ "main": "lib/immutable-automock.js",

"scripts": {
"test": "mocha"
"test": "mocha --harmony-async-await"
},
"version": "0.7.1"
"version": "1.0.0"
}
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