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

aesthetic

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aesthetic - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# 3.0.1 - 2019-01-31
- Fixed an issue in which global styles weren't flushing for some adapters.
# 3.0.0 - 2019-01-28

@@ -2,0 +6,0 @@

4

lib/Aesthetic.js

@@ -74,3 +74,5 @@ "use strict";

if (globalSheet) {
this.processStyleSheet(this.syntax.convertGlobalSheet(globalSheet).toObject(), ':root');
var sheet = this.processStyleSheet(this.syntax.convertGlobalSheet(globalSheet).toObject(), ':root');
// Some adapters require the styles to be transformed to be flushed
this.transformToClassName(Object.values(sheet));
}

@@ -77,0 +79,0 @@ this.appliedGlobals = true;

{
"name": "aesthetic",
"version": "3.0.0",
"version": "3.0.1",
"description": "Aesthetic is a powerful type-safe React library for styling components through the use of adapters.",

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

},
"gitHead": "db19cb4e3f6c142853a26d22a1b1ff0c288e5f96"
"gitHead": "55e0a46ade78aaa4dc283ef6635ecb73e1a57669"
}
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