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.1.0 to 3.1.1

module.js

6

CHANGELOG.md

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

# 3.1.1 - 2019-02-10
#### 🐞 Fixed
- Fixed an issue with TS types being exported from the ESM index.
# 3.1.0 - 2019-02-09

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

8

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

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

"main": "./lib/index.js",
"module": "./esm/index.js",
"module": "./module.js",
"types": "./lib/index.d.ts",

@@ -46,6 +46,6 @@ "sideEffects": false,

"@types/prop-types": "^15.5.8",
"prop-types": "^15.6.2",
"prop-types": "^15.7.0",
"react": "^16.8.1"
},
"gitHead": "7f1f8f5b95bddc2f3a43c7aa87defa663682bf13"
"gitHead": "2d8305ebf9de311cd93ef88f6b0259c58bf599ea"
}
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