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.6 to 1.0.7

3

lib/immutableConfig.js

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

return I([]);
},
toThisConfigsType: function toThisConfigsType(item) {
return I(item);
}

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

2

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

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

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

},
toThisConfigsType: item => I(item),
}
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