Socket
Socket
Sign inDemoInstall

node-sass

Package Overview
Dependencies
1
Maintainers
1
Versions
148
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.2.1

2

package.json

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

"description": "wrapper around libsass",
"version": "0.2.0",
"version": "0.2.1",
"homepage": "http://github.com/andrew/node-sass",

@@ -8,0 +8,0 @@ "main": "./sass.js",

##node-sass
Node bindings to libsass
Node-sass is a library that provides binding for Node.js to libsass, the C version of the popular stylesheet preprocessor, Sass.
It allows you to natively compile .scss files to css at incredible speed and automatically via a connect middleware.
Find it on npm: <http://search.npmjs.org/#/node-sass>
## Install

@@ -11,3 +15,3 @@

var sass = require('sass');
var sass = require('node-sass');
sass.render('body{background:blue; a{color:black;}}', function(err, css){

@@ -14,0 +18,0 @@ console.log(css)

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