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.3 to 1.0.4

2

lib/immutableConfig.js

@@ -24,3 +24,3 @@ 'use strict';

isObjectOrMap: function isObjectOrMap($$item) {
return _immutable2.default.Map.isMap(item);
return _immutable2.default.Map.isMap($$item);
},

@@ -27,0 +27,0 @@ isArrayOrList: function isArrayOrList($$item) {

{
"name": "immutable-config-for-smart-setter",
"version": "1.0.3",
"version": "1.0.4",
"description": "",

@@ -8,3 +8,4 @@ "main": "index.js",

"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf lib && babel src -d lib"
"build": "rm -rf lib && babel src -d lib",
"deploy": "npm run build && git add --all && git commit -m 'automatic commit' && git push origin && npm version patch && npm publish"
},

@@ -11,0 +12,0 @@ "author": "Marcello Sachs <marcello.sachs@gmail.com> (https://github.com/marcellosachs)",

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