redux-devtools-test-generator
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -19,5 +19,5 @@ 'use strict'; | ||
var _fclone = require('fclone'); | ||
var _jsan = require('jsan'); | ||
var _fclone2 = _interopRequireDefault(_fclone); | ||
var _jsan2 = _interopRequireDefault(_jsan); | ||
@@ -58,3 +58,3 @@ var _simpleDiff = require('simple-diff'); | ||
if (!s) return defaultValue; | ||
return (0, _fclone2.default)(s.state); | ||
return JSON.parse(_jsan2.default.stringify(s.state)); | ||
} | ||
@@ -61,0 +61,0 @@ |
{ | ||
"name": "redux-devtools-test-generator", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Generate tests for redux devtools.", | ||
@@ -14,3 +14,3 @@ "main": "lib/index.js", | ||
"test": "BABEL_ENV=commonjs mocha --compilers js:babel-register --require enzyme/withDom.js --recursive", | ||
"prepublish": "npm run lint && npm run clean && npm run build" | ||
"prepublish": "npm run lint && npm run test && npm run clean && npm run build" | ||
}, | ||
@@ -63,4 +63,4 @@ "repository": { | ||
"es6template": "^1.0.4", | ||
"fclone": "^1.0.8", | ||
"javascript-stringify": "^1.2.0", | ||
"jsan": "^3.1.3", | ||
"object-path": "^0.11.1", | ||
@@ -67,0 +67,0 @@ "react": "^15.1.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
23763
+ Addedjsan@^3.1.3
+ Addedjsan@3.1.14(transitive)
- Removedfclone@^1.0.8
- Removedfclone@1.0.11(transitive)