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 0.0.8 to 0.0.9

3

lib/node-sass-import.js

@@ -7,2 +7,3 @@ 'use strict';

var pathParse = require('path-parse');
var pathFormat = require('path-format');

@@ -39,3 +40,3 @@ var opts = {

formattedPath = path.format(parsedPath);
formattedPath = pathFormat(parsedPath);

@@ -42,0 +43,0 @@ glob(formattedPath, function (err, urls) {

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

@@ -31,2 +31,3 @@ "bugs": "https://github.com/anarh/node-sass-import/issues",

"glob": "^6.0.4",
"path-format": "^1.2.1",
"path-parse": "^1.0.5",

@@ -33,0 +34,0 @@ "resolve": "^1.1.7",

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