css-box-model
Advanced tools
Comparing version 1.1.3 to 1.2.0
{ | ||
"name": "css-box-model", | ||
"version": "1.1.3", | ||
"version": "1.2.0", | ||
"description": "Get accurate and well named css box model information about an Element 📦", | ||
@@ -31,2 +31,3 @@ "author": "Alex Reardon <alexreardon@gmail.com>", | ||
"module": "dist/css-box-model.esm.js", | ||
"types": "src/index.d.ts", | ||
"sideEffects": false, | ||
@@ -45,15 +46,15 @@ "scripts": { | ||
"devDependencies": { | ||
"@babel/core": "^7.5.0", | ||
"@babel/preset-env": "^7.5.2", | ||
"@babel/core": "^7.5.5", | ||
"@babel/preset-env": "^7.5.5", | ||
"@babel/preset-flow": "^7.0.0", | ||
"babel-core": "7.0.0-bridge.0", | ||
"babel-jest": "^24.8.0", | ||
"babel-jest": "^24.9.0", | ||
"babel-plugin-dev-expression": "^0.2.2", | ||
"flow-bin": "0.102.0", | ||
"jest": "^24.8.0", | ||
"flow-bin": "0.106.1", | ||
"jest": "^24.9.0", | ||
"prettier": "1.18.2", | ||
"rimraf": "^2.6.3", | ||
"rollup": "^1.16.6", | ||
"rimraf": "^3.0.0", | ||
"rollup": "^1.20.2", | ||
"rollup-plugin-babel": "^4.3.3", | ||
"rollup-plugin-commonjs": "^10.0.1", | ||
"rollup-plugin-commonjs": "^10.0.2", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
@@ -64,4 +65,4 @@ "rollup-plugin-replace": "^2.2.0", | ||
"dependencies": { | ||
"tiny-invariant": "^1.0.5" | ||
"tiny-invariant": "^1.0.6" | ||
} | ||
} |
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
30668
9
731
Updatedtiny-invariant@^1.0.6