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.3.10 to 0.3.11

10

index.js

@@ -150,9 +150,7 @@ /*

// 如果已经在里面
if (~stacks.indexOf(dirname)) {
while (stacks[0] !== dirname) {
stacks.shift();
}
} else {
stacks.unshift(dirname);
var idx = stacks.indexOf(dirname);
if (~idx) {
stacks.splice(idx, 1);
}
stacks.unshift(dirname);

@@ -159,0 +157,0 @@ var target = find(url, stacks.concat(includePaths));

2

package.json
{
"name": "fis-parser-sass",
"description": "A parser plugin for fis to compile sass file.",
"version": "0.3.10",
"version": "0.3.11",
"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