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

immutable-devtools

Package Overview
Dependencies
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

immutable-devtools - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

10

dist/index.js

@@ -129,6 +129,8 @@ (function webpackUniversalModuleDefinition(root, factory) {

var isRecord = function isRecord(maybeRecord) {
if (maybeRecord && maybeRecord._values === undefined) {
// don't detect Immutable.Record.prototype as a Recod instance
return;
}
if (maybeRecord && maybeRecord._values === undefined // in v3 record
&& maybeRecord._map === undefined // in v4 record
) {
// don't detect Immutable.Record.prototype as a Record instance
return;
}
// Immutable v4

@@ -135,0 +137,0 @@ if (maybeRecord['@@__IMMUTABLE_RECORD__@@']) {

{
"name": "immutable-devtools",
"version": "0.1.2",
"version": "0.1.3",
"description": "Chrome Dev Tools formatter for the Immutable JS library",

@@ -24,3 +24,4 @@ "main": "dist/index.js",

"babel-preset-es2015": "^6.1.4",
"immutable": "^4.0.0-rc.9"
"immutable": "^4.0.0-rc.9",
"immutable3": "^3.8.1"
},

@@ -27,0 +28,0 @@ "repository" : {

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