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.1.0 to 1.1.1

2

lib/node-sass-import.js

@@ -47,3 +47,3 @@ 'use strict';

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

@@ -50,0 +50,0 @@ });

{
"name": "node-sass-import",
"version": "1.1.0",
"version": "1.1.1",
"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