memoize-one
Advanced tools
Comparing version 4.0.2 to 4.0.3
{ | ||
"name": "memoize-one", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"description": "A memoization library which only remembers the latest invocation", | ||
@@ -26,21 +26,20 @@ "main": "dist/memoize-one.cjs.js", | ||
"devDependencies": { | ||
"@babel/core": "^7.0.0", | ||
"@babel/preset-env": "^7.0.0", | ||
"@babel/core": "^7.1.5", | ||
"@babel/preset-env": "^7.1.5", | ||
"@babel/preset-flow": "^7.0.0", | ||
"babel-core": "^7.0.0-bridge.0", | ||
"babel-eslint": "9.0.0", | ||
"babel-jest": "^23.4.2", | ||
"chai": "4.1.2", | ||
"babel-eslint": "10.0.1", | ||
"babel-jest": "^23.6.0", | ||
"cross-env": "^5.2.0", | ||
"eslint": "5.4.0", | ||
"eslint-plugin-flowtype": "^2.50.0", | ||
"eslint-plugin-jest": "^21.22.0", | ||
"flow-bin": "0.79.1", | ||
"jest": "^23.5.0", | ||
"eslint": "5.8.0", | ||
"eslint-plugin-flowtype": "^3.2.0", | ||
"eslint-plugin-jest": "^21.27.2", | ||
"flow-bin": "0.85.0", | ||
"jest": "^23.6.0", | ||
"rimraf": "2.6.2", | ||
"rollup": "^0.65.0", | ||
"rollup-plugin-babel": "^4.0.2", | ||
"rollup": "^0.67.0", | ||
"rollup-plugin-babel": "^4.0.3", | ||
"rollup-plugin-commonjs": "^9.1.6", | ||
"rollup-plugin-replace": "^2.0.0", | ||
"rollup-plugin-uglify": "^4.0.0" | ||
"rollup-plugin-uglify": "^6.0.0" | ||
}, | ||
@@ -47,0 +46,0 @@ "scripts": { |
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
18
16715