Socket
Socket
Sign inDemoInstall

node-sass

Package Overview
Dependencies
Maintainers
2
Versions
148
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-sass - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

3

examples/middleware.js

@@ -10,3 +10,3 @@

// Setup server
// $ curl http://localhost:3000/functions.css
// $ curl http://localhost:3000/test.css

@@ -18,2 +18,3 @@ var server = connect.createServer(

, debug: true
, outputStyle: 'compressed'
}),

@@ -20,0 +21,0 @@ connect.static(__dirname + '/public')

@@ -16,7 +16,8 @@ var sass = require('../sass')

*
* `force` Always re-compile
* `debug` Output debugging information
* `src` Source directory used to find .styl files
* `dest` Destination directory used to output .css files
* when undefined defaults to `src`.
* `force` Always re-compile
* `debug` Output debugging information
* `src` Source directory used to find .styl files
* `dest` Destination directory used to output .css files
* when undefined defaults to `src`.
* `outputStyle` Sass output style (nested,expanded, compact or compressed)
*

@@ -114,3 +115,3 @@ * Examples:

include_paths: [ sassDir ].concat(options.include_paths || []),
output_style: options.output_style
output_style: options.output_style || options.outputStyle
});

@@ -117,0 +118,0 @@ });

@@ -5,3 +5,3 @@ {

"description": "wrapper around libsass",
"version": "0.4.1",
"version": "0.4.2",
"homepage": "https://github.com/andrew/node-sass",

@@ -8,0 +8,0 @@ "keywords": ["sass", "css", "libsass"],

@@ -48,2 +48,3 @@ ##node-sass

, debug: true
, outputStyle: 'compressed'
}),

@@ -50,0 +51,0 @@ connect.static(__dirname + '/public')

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