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

@emotion/unitless

Package Overview
Dependencies
Maintainers
4
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emotion/unitless - npm Package Compare versions

Comparing version 0.9.0 to 0.10.0

2

dist/emotion-unitless.cjs.d.ts
export * from "./declarations/src/index";
export { default } from "./declarations/src/index";
//# sourceMappingURL=emotion-unitless.cjs.d.ts.map
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZW1vdGlvbi11bml0bGVzcy5janMuZC50cyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4vZGVjbGFyYXRpb25zL3NyYy9pbmRleC5kLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIn0=
'use strict';
if (process.env.NODE_ENV === "production") {
module.exports = require("./emotion-unitless.cjs.prod.js");
} else {
module.exports = require("./emotion-unitless.cjs.dev.js");
}
Object.defineProperty(exports, '__esModule', { value: true });
var unitlessKeys = {
animationIterationCount: 1,
aspectRatio: 1,
borderImageOutset: 1,
borderImageSlice: 1,
borderImageWidth: 1,
boxFlex: 1,
boxFlexGroup: 1,
boxOrdinalGroup: 1,
columnCount: 1,
columns: 1,
flex: 1,
flexGrow: 1,
flexPositive: 1,
flexShrink: 1,
flexNegative: 1,
flexOrder: 1,
gridRow: 1,
gridRowEnd: 1,
gridRowSpan: 1,
gridRowStart: 1,
gridColumn: 1,
gridColumnEnd: 1,
gridColumnSpan: 1,
gridColumnStart: 1,
msGridRow: 1,
msGridRowSpan: 1,
msGridColumn: 1,
msGridColumnSpan: 1,
fontWeight: 1,
lineHeight: 1,
opacity: 1,
order: 1,
orphans: 1,
scale: 1,
tabSize: 1,
widows: 1,
zIndex: 1,
zoom: 1,
WebkitLineClamp: 1,
// SVG-related properties
fillOpacity: 1,
floodOpacity: 1,
stopOpacity: 1,
strokeDasharray: 1,
strokeDashoffset: 1,
strokeMiterlimit: 1,
strokeOpacity: 1,
strokeWidth: 1
};
exports["default"] = unitlessKeys;

@@ -35,2 +35,3 @@ var unitlessKeys = {

orphans: 1,
scale: 1,
tabSize: 1,

@@ -37,0 +38,0 @@ widows: 1,

{
"name": "@emotion/unitless",
"version": "0.9.0",
"version": "0.10.0",
"description": "An object of css properties that don't accept values with units",

@@ -19,2 +19,6 @@ "main": "dist/emotion-unitless.cjs.js",

".": {
"types": {
"import": "./dist/emotion-unitless.cjs.mjs",
"default": "./dist/emotion-unitless.cjs.js"
},
"module": "./dist/emotion-unitless.esm.js",

@@ -21,0 +25,0 @@ "import": "./dist/emotion-unitless.cjs.mjs",

@@ -35,2 +35,3 @@ let unitlessKeys: Record<string, 1> = {

orphans: 1,
scale: 1,
tabSize: 1,

@@ -37,0 +38,0 @@ widows: 1,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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