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

npm-sass

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-sass - npm Package Compare versions

Comparing version 3.0.0 to 3.1.0

4

lib/npm-sass.js

@@ -1,2 +0,2 @@

var sass = require('node-sass');
var sass = require('sass');

@@ -20,3 +20,3 @@ var importerFunction = require('./importer');

}
opts = Object.assign({

@@ -23,0 +23,0 @@ file: src,

{
"name": "npm-sass",
"version": "3.0.0",
"version": "3.1.0",
"description": "sass compilation with npm aware include paths",

@@ -32,3 +32,3 @@ "main": "index.js",

"glob": "^6.0.1",
"node-sass": "^6.0.1"
"sass": "^1.50.1"
},

@@ -35,0 +35,0 @@ "devDependencies": {

@@ -77,3 +77,3 @@ # npm sass

An additional `options` parameter can be passed to the npm-sass function to define options that are passed through to [node-sass](http://npmjs.com/package/node-sass).
An additional `options` parameter can be passed to the npm-sass function to define options that are passed through to [sass](http://npmjs.com/package/sass).

@@ -110,2 +110,1 @@

Within each test case, a simple test is applied that the `index.scss` file in each case will successfully compile to valid css. Then any additional tests can be run for that test case, as defined in a test.js file in the test case directory.
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