Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

css-box-model

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css-box-model - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

2

dist/css-box-model.js

@@ -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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc