Socket
Socket
Sign inDemoInstall

broccoli-ruby-sass

Package Overview
Dependencies
76
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.0 to 0.4.0

1

index.js

@@ -27,2 +27,3 @@ /* jshint node: true */

require: options.require,
compass: options.compass || false,
loadPath: options.loadPath || [],

@@ -29,0 +30,0 @@ precision: options.precision,

2

package.json
{
"name": "broccoli-ruby-sass",
"version": "0.3.0",
"version": "0.4.0",
"description": "Broccoli plugin that compiles Sass using the Ruby-based compiler",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -19,2 +19,3 @@ # Broccoli Ruby Sass

require: 'someRubyThingToRequire',
compass: true,
loadPath: 'load path'

@@ -74,2 +75,9 @@ });

### compass
Type: boolean
Use compass mixins , will be passed as `--compass` to sass arguments.
### bundleExec

@@ -76,0 +84,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc