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 1.1.41 to 1.2.0

2

lib/automock/core.js

@@ -185,2 +185,4 @@ 'use strict'

function moduleCallStableId (data) {
// get clone of data before modifying
data = _.cloneDeep(data)
// require data to be object

@@ -187,0 +189,0 @@ data = requireValidOptionalObject(data)

4

package.json

@@ -33,3 +33,3 @@ {

},
"version": "1.1.41"
}
"version": "1.2.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