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

aesthetic-adapter-glamor

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aesthetic-adapter-glamor - npm Package Compare versions

Comparing version 0.2.1 to 0.3.0

index.js

13

package.json
{
"name": "aesthetic-adapter-glamor",
"version": "0.2.1",
"version": "0.3.0",
"description": "Glamor support for Aesthetic.",

@@ -13,18 +13,17 @@ "keywords": [

"license": "MIT",
"main": "./lib/GlamorAdapter.js",
"files": [
"*.md",
"lib"
"*.js"
],
"scripts": {
"build": "node ../../node_modules/.bin/babel ./src -d ./lib"
"dependencies": {
"aesthetic-utils": "^0.3.0"
},
"peerDependencies": {
"aesthetic": "^0.1.2",
"aesthetic": "^0.3.0",
"glamor": "^2.20.20"
},
"devDependencies": {
"aesthetic": "^0.1.2",
"aesthetic": "^0.3.0",
"glamor": "^2.20.20"
}
}

@@ -32,2 +32,12 @@ # Aesthetic with Glamor

### Unified Syntax
To make use of the unified syntax, simply import the adapter from the unified path.
```javascript
import GlamorAdapter from 'aesthetic-adapter-glamor/unified';
```
### Plugins
[Glamor plugins](https://github.com/threepointone/glamor/blob/master/docs/plugins.md)

@@ -34,0 +44,0 @@ can be added before the adapter is instantiated.

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