New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

broccoli-stylus-single

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

broccoli-stylus-single - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

package.json~

2

index.js

@@ -37,3 +37,3 @@ var fs = require('fs');

var destFile = cacheDir + this.outputFile;
var destFile = path.join(cacheDir, this.outputFile);
var promise = new RSVP.Promise(function(resolve, reject) {

@@ -40,0 +40,0 @@ stylus.render(data, stylusOptions, function (e, css) {

{
"name": "broccoli-stylus-single",
"description": "Single-file-output Stylus compiler for Broccoli",
"version": "0.4.0",
"version": "0.4.1",
"author": {

@@ -6,0 +6,0 @@ "name": "Gabriel Grant",

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