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

fis-parser-sass

Package Overview
Dependencies
Maintainers
2
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fis-parser-sass - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

4

compile.js

@@ -34,3 +34,3 @@ /**

function _process( content ) {
var reg = /((?:\/\/.*?\n)|(?:\/\*[\s\S]*?\*\/))|(?:@import\s([\s\S]*?)(?:\n|$)(?!\s+\S))/ig;
var reg = /((?:\/\/.*?\n)|(?:\/\*[\s\S]*?\*\/))|(?:@import\s([\s\S]*?)(?:\n|$)(?!\s+[^{]*\n))/ig;
// var reg = /@import[\s\S]*?;/ig;

@@ -244,2 +244,2 @@ var rUrl = /^url/i;

});
}
}

@@ -22,3 +22,3 @@ /*

opts.include_paths = opts.include_paths.map(function( dir ) {
if (dir[0] !== '/') {
if (path.resolve( dir ) != path.normalize( dir )) {
dir = path.join(root, dir);

@@ -38,2 +38,2 @@ }

return compile( content, file, opts );
};
};
{
"name" : "fis-parser-sass",
"description" : "A parser plugin for fis to compile sass file.",
"version" : "0.2.3",
"version" : "0.2.4",
"author" : "FIS Team <fis@baidu.com>",

@@ -6,0 +6,0 @@ "homepage" : "http://fis.baidu.com/",

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