redux-devtools-core
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -24,5 +24,5 @@ 'use strict'; | ||
var _nanoid = require('nanoid'); | ||
var _nonSecure = require('nanoid/non-secure'); | ||
var _nanoid2 = _interopRequireDefault(_nanoid); | ||
var _nonSecure2 = _interopRequireDefault(_nonSecure); | ||
@@ -36,3 +36,3 @@ var _serialize = require('remotedev-serialize/immutable/serialize'); | ||
function generateId(id) { | ||
return id || (0, _nanoid2.default)(7); | ||
return id || (0, _nonSecure2.default)(7); | ||
} | ||
@@ -39,0 +39,0 @@ |
{ | ||
"name": "redux-devtools-core", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Reusable functions of Redux DevTools", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
import getParams from 'get-params'; | ||
import jsan from 'jsan'; | ||
import nanoid from 'nanoid'; | ||
import nanoid from 'nanoid/non-secure'; | ||
import seralizeImmutable from 'remotedev-serialize/immutable/serialize'; | ||
@@ -5,0 +5,0 @@ |
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
37368