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

babel-plugin-stylus-compiler

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-stylus-compiler - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

build/index.js

6

package.json
{
"name": "babel-plugin-stylus-compiler",
"version": "1.0.0",
"description": "A Babel 6 plugin for compiling stylus files into js variables",
"version": "1.0.1",
"description": "A Babel 6 plugin for compiling stylus files into css",
"main": "build/index.js",

@@ -14,3 +14,3 @@ "scripts": {

"type": "git",
"url": "git@github.com/mixpanel/panel.git"
"url": "git@github.com/jbwyme/babel-plugin-stylus-compiler.git"
},

@@ -17,0 +17,0 @@ "keywords": [

@@ -15,10 +15,20 @@ # babel-plugin-stylus-compiler

## Usage
### Babel config
```
{
"plugins": ["/home/josh/babel-plugin-stylus"]
}
```
### CLI
```
babel --plugins babel-plugin-stylus-compiler src/ --out-dir lib
babel --plugins babel-plugin-stylus-compiler lib/ --out-dir build
```
## Change log
### 1.0.1
* Add .npmignore so `prepublish` works
### 1.0.0
* Initial release

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