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
3
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 1.1.0 to 1.1.1

6

index.js

@@ -83,3 +83,7 @@ /*

if (info.file && info.file.subpath) {
value = info.quote + info.file.subpath + info.query + info.quote;
if (type === 'embed') {
value = info.file.getContent();
} else {
value = info.quote + info.file.subpath + info.query + info.quote;
}
}

@@ -86,0 +90,0 @@

2

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