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

@aesthetic/addon-properties

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aesthetic/addon-properties - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

6

esm/index.js

@@ -33,3 +33,3 @@ import { isObject, objectLoop } from '@aesthetic/utils';

add(property + "Bottom", value.topBottom);
delete value.topBottom;
value.topBottom = undefined;
}

@@ -40,3 +40,3 @@

add(property + "Right", value.leftRight);
delete value.leftRight;
value.leftRight = undefined;
}

@@ -62,3 +62,3 @@

add('lineHeight', value.lineHeight);
delete value.lineHeight;
value.lineHeight = undefined;
}

@@ -65,0 +65,0 @@

@@ -40,3 +40,3 @@ 'use strict';

add(property + "Bottom", value.topBottom);
delete value.topBottom;
value.topBottom = undefined;
}

@@ -47,3 +47,3 @@

add(property + "Right", value.leftRight);
delete value.leftRight;
value.leftRight = undefined;
}

@@ -69,3 +69,3 @@

add('lineHeight', value.lineHeight);
delete value.lineHeight;
value.lineHeight = undefined;
}

@@ -72,0 +72,0 @@

{
"name": "@aesthetic/addon-properties",
"version": "0.2.4",
"version": "0.2.5",
"description": "Custom properties for the Aesthetic CSS-in-JS style sheet.",

@@ -30,3 +30,3 @@ "keywords": [

"dependencies": {
"@aesthetic/types": "^0.4.1",
"@aesthetic/types": "^0.4.2",
"@aesthetic/utils": "^0.6.1",

@@ -36,3 +36,3 @@ "csstype": "^3.0.5"

"devDependencies": {
"@aesthetic/sss": "^0.6.1"
"@aesthetic/sss": "^0.6.2"
},

@@ -46,3 +46,3 @@ "funding": {

},
"gitHead": "7bb66e4727a310474a5412d037e2b1393c57540a"
"gitHead": "ba9b49086e409517e03cd920008934773fd4e6e9"
}

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