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

aesthetic-adapter-typestyle

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aesthetic-adapter-typestyle - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

4

CHANGELOG.md

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

# 1.2.0 - 03/20/18
#### 🚀 New
* Updated `typestyle` to 1.7.
# 1.1.0 - 01/13/18

@@ -2,0 +6,0 @@ #### 🚀 New

14

package.json
{
"name": "aesthetic-adapter-typestyle",
"version": "1.1.0",
"version": "1.2.0",
"description": "TypeStyle support for Aesthetic.",

@@ -18,14 +18,14 @@ "keywords": [

"babel-runtime": "^6.26.0",
"lodash.merge": "^4.6.0",
"prop-types": "^15.6.0"
"lodash.merge": "^4.6.1",
"prop-types": "^15.6.1"
},
"peerDependencies": {
"aesthetic": "^2.1.0",
"typestyle": "^1.5.0"
"typestyle": "^1.7.0"
},
"devDependencies": {
"@milesj/build-tool-config": "^0.48.0",
"aesthetic": "^2.2.0",
"typestyle": "^1.6.0"
"@milesj/build-tool-config": "^0.50.0",
"aesthetic": "^2.2.2",
"typestyle": "^1.7.2"
}
}

@@ -19,21 +19,1 @@ # Aesthetic with TypeStyle

```
## Usage
More information on how to get started can be found in the
[official documentation](https://github.com/milesj/aesthetic).
```javascript
import Aesthetic from 'aesthetic';
import TypeStyleAdapter from 'aesthetic-adapter-typestyle';
const aesthetic = new Aesthetic(new TypeStyleAdapter());
```
### Unified Syntax
To make use of the unified syntax, simply import the adapter from the unified path.
```javascript
import TypeStyleAdapter from 'aesthetic-adapter-typestyle/unified';
```
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