Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-sass-import

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-sass-import - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

3

lib/node-sass-import.js

@@ -40,3 +40,4 @@ 'use strict';

console.log(file);
// Strip the extension so .css gets evaluated properly as .scss
file = file.replace(/\.(sa|sc|c)ss$/, '');
done({ file: file });

@@ -43,0 +44,0 @@ });

{
"name": "node-sass-import",
"version": "1.0.4",
"version": "1.0.5",
"description": "Allows usage of @include (of .scss) akin to require (of .js) in node.js",

@@ -5,0 +5,0 @@ "bugs": "https://github.com/anarh/node-sass-import/issues",

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