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
1
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 2.1.0 to 2.2.0

6

lib/importer.js

@@ -1,4 +0,1 @@

var findup = require('findup'),
path = require('path');
var local = require('./local');

@@ -22,3 +19,4 @@ var resolve = require('./resolver');

.then(function (path) {
return { file: path };
path = path.replace(/\.css$/, '');
return { file: path };
})

@@ -25,0 +23,0 @@ .then(done);

{
"name": "npm-sass",
"version": "2.1.0",
"version": "2.2.0",
"description": "sass compilation with npm aware include paths",

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

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