css-box-model
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -105,3 +105,3 @@ (function (global, factory) { | ||
var result = Number(value); | ||
!!isNaN(result) ? invariant(false, "Could not parse value [raw: " + raw + ", without suffix: " + value + "]") : void 0; | ||
!!isNaN(result) ? invariant(false, "Could not parse value [raw: " + raw + ", without suffix: " + value + "]") : void 0; | ||
return result; | ||
@@ -108,0 +108,0 @@ }; |
{ | ||
"name": "css-box-model", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Get accurate and well named css box model information about an Element 📦", | ||
@@ -44,16 +44,16 @@ "author": "Alex Reardon <alexreardon@gmail.com>", | ||
"devDependencies": { | ||
"@babel/core": "^7.4.4", | ||
"@babel/preset-env": "^7.4.4", | ||
"@babel/core": "^7.5.0", | ||
"@babel/preset-env": "^7.5.2", | ||
"@babel/preset-flow": "^7.0.0", | ||
"babel-core": "7.0.0-bridge.0", | ||
"babel-jest": "^24.8.0", | ||
"babel-plugin-dev-expression": "^0.2.1", | ||
"flow-bin": "^0.98.1", | ||
"babel-plugin-dev-expression": "^0.2.2", | ||
"flow-bin": "0.102.0", | ||
"jest": "^24.8.0", | ||
"prettier": "1.17.0", | ||
"prettier": "1.18.2", | ||
"rimraf": "^2.6.3", | ||
"rollup": "^1.11.3", | ||
"rollup-plugin-babel": "^4.3.2", | ||
"rollup-plugin-commonjs": "^9.3.4", | ||
"rollup-plugin-node-resolve": "^4.2.3", | ||
"rollup": "^1.16.6", | ||
"rollup-plugin-babel": "^4.3.3", | ||
"rollup-plugin-commonjs": "^10.0.1", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"rollup-plugin-replace": "^2.2.0", | ||
@@ -63,4 +63,4 @@ "rollup-plugin-uglify": "^6.0.2" | ||
"dependencies": { | ||
"tiny-invariant": "^1.0.4" | ||
"tiny-invariant": "^1.0.5" | ||
} | ||
} |
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
29266
Updatedtiny-invariant@^1.0.5