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.1 to 0.3.2

6

index.js

@@ -87,2 +87,8 @@ /*

module.exports = function(content, file, conf){
// 不处理空文件,处理空文件有人反馈报错。
if (!content || !content.trim()) {
return content;
}
root = root || fis.project.getProjectPath();

@@ -89,0 +95,0 @@ var opts = fis.util.clone(conf);

2

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