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 4.0.0-alpha.1 to 4.0.0-alpha.2

2

esm/Aesthetic.js

@@ -47,3 +47,2 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }

this.syntax = new UnifiedSyntax();
document.documentElement.setAttribute('dir', this.options.rtl ? 'rtl' : 'ltr');
}

@@ -69,2 +68,3 @@

this.flushStyles(':root');
document.documentElement.setAttribute('dir', options.rtl ? 'rtl' : 'ltr');
return this;

@@ -71,0 +71,0 @@ };

@@ -59,3 +59,2 @@ "use strict";

this.syntax = new _UnifiedSyntax.default();
document.documentElement.setAttribute('dir', this.options.rtl ? 'rtl' : 'ltr');
}

@@ -81,2 +80,3 @@

this.flushStyles(':root');
document.documentElement.setAttribute('dir', options.rtl ? 'rtl' : 'ltr');
return this;

@@ -83,0 +83,0 @@ };

{
"name": "aesthetic",
"version": "4.0.0-alpha.1",
"version": "4.0.0-alpha.2",
"description": "Aesthetic is a powerful type-safe, framework agnostic, CSS-in-JS library for styling components through the use of adapters.",

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

},
"gitHead": "a25d2dcdf580331c8aeb9174e30c4cc14e40efc3"
"gitHead": "b86eeb31550445983a67cd9e59fa17c257d85707"
}

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