immutable-devtools
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -129,2 +129,6 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
var isRecord = function isRecord(maybeRecord) { | ||
if (maybeRecod && maybeRecord._values === undefined) { | ||
// don't detect Immutable.Record.prototype as a Recod instance | ||
return; | ||
} | ||
// Immutable v4 | ||
@@ -131,0 +135,0 @@ if (maybeRecord['@@__IMMUTABLE_RECORD__@@']) { |
{ | ||
"name": "immutable-devtools", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Chrome Dev Tools formatter for the Immutable JS library", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
132964
257
0