New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.5 to 1.0.6

3

package.json
{
"name": "babel-plugin-stylus-compiler",
"version": "1.0.5",
"version": "1.0.6",
"description": "A Babel 6 plugin for compiling stylus files into css",

@@ -23,3 +23,2 @@ "main": "build/index.js",

"dependencies": {
"minimist": "^1.2.0",
"stylus": "^0.54.5"

@@ -26,0 +25,0 @@ },

@@ -24,6 +24,12 @@ # babel-plugin-stylus-compiler

```
babel --plugins babel-plugin-stylus-compiler lib/ --out-dir build
babel --plugins babel-plugin-stylus-compiler src/ --out-dir build
```
## Change log
### 1.0.6
* Clean up dependencies
### 1.0.5
* Add missing source folder
### 1.0.4

@@ -30,0 +36,0 @@ * Code and readme cleanup

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