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.4.0 to 3.4.1

6

CHANGELOG.md

@@ -0,1 +1,7 @@

# 3.4.1
#### 🐞 Fixed
- More ESM improvements.
# 3.4.0

@@ -2,0 +8,0 @@

18

module.js

@@ -10,13 +10,9 @@ /**

const Aesthetic = require('./esm/Aesthetic').default;
const ClassNameAesthetic = require('./esm/ClassNameAesthetic').default;
const UnifiedSyntax = require('./esm/UnifiedSyntax').default;
const Ruleset = require('./esm/Ruleset').default;
const Sheet = require('./esm/Sheet').default;
import Aesthetic from './esm/Aesthetic';
import ClassNameAesthetic from './esm/ClassNameAesthetic';
import UnifiedSyntax from './esm/UnifiedSyntax';
import Ruleset from './esm/Ruleset';
import Sheet from './esm/Sheet';
Aesthetic.ClassNameAesthetic = ClassNameAesthetic;
Aesthetic.UnifiedSyntax = UnifiedSyntax;
Aesthetic.Ruleset = Ruleset;
Aesthetic.Sheet = Sheet;
module.exports = Aesthetic;
export { ClassNameAesthetic, UnifiedSyntax, Ruleset, Sheet };
export default Aesthetic;
{
"name": "aesthetic",
"version": "3.4.0",
"version": "3.4.1",
"description": "Aesthetic is a powerful type-safe React library for styling components through the use of adapters.",

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

"prop-types": "^15.7.2",
"react": "^16.8.2",
"react-dom": "^16.8.2"
"react": "^16.8.3",
"react-dom": "^16.8.3"
},
"gitHead": "1dbb15feffeb83789a63e299abef0df1b8ca566c"
"gitHead": "3fbbb30a1ea8caf196df52fec4700e6855ffeebc"
}
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