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

immutable-config-for-smart-setter

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

immutable-config-for-smart-setter - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

3

lib/immutableConfig.js

@@ -47,2 +47,5 @@ 'use strict';

return I(item);
},
merge: function merge($$obj1, $$obj2) {
return $$obj1.merge($$obj2);
}

@@ -49,0 +52,0 @@ };

2

package.json
{
"name": "immutable-config-for-smart-setter",
"version": "1.0.7",
"version": "1.0.8",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -34,4 +34,5 @@ import Im from 'immutable';

toThisConfigsType: item => I(item),
merge: ($$obj1, $$obj2) => $$obj1.merge($$obj2),
}
export default immutableConfig
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