immutable-devtools
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -129,3 +129,3 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
var isRecord = function isRecord(maybeRecord) { | ||
if (maybeRecod && maybeRecord._values === undefined) { | ||
if (maybeRecord && maybeRecord._values === undefined) { | ||
// don't detect Immutable.Record.prototype as a Recod instance | ||
@@ -132,0 +132,0 @@ return; |
{ | ||
"name": "immutable-devtools", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"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
132965