New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aesthetic/system

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aesthetic/system - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

2

esm/index.js

@@ -299,3 +299,3 @@ import { deepMerge, deepClone, isObject, toArray, objectLoop, hyphenate } from '@aesthetic/utils';

this.tokens = tokens;
this.mixins = parentMixins !== null && parentMixins !== void 0 ? parentMixins : createMixins(this.var);
this.mixins = parentMixins != null ? parentMixins : createMixins(this.var);
}

@@ -302,0 +302,0 @@

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

this.tokens = tokens;
this.mixins = parentMixins !== null && parentMixins !== void 0 ? parentMixins : createMixins(this.var);
this.mixins = parentMixins != null ? parentMixins : createMixins(this.var);
}

@@ -306,0 +306,0 @@

{
"name": "@aesthetic/system",
"version": "0.2.1",
"version": "0.2.2",
"description": "Web based building blocks for the Aesthetic design system.",

@@ -25,6 +25,6 @@ "keywords": [

"dependencies": {
"@aesthetic/types": "^0.1.1",
"@aesthetic/types": "^0.1.2",
"@aesthetic/utils": "^0.2.1"
},
"gitHead": "2a33160c4f7aa3eb1fcf6e78f8b2c4b8a8144e01"
"gitHead": "9d6593c7c3986acc0b510037dd7d6aafbb0caf5b"
}

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