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.15 to 0.3.16

7

index.js

@@ -102,4 +102,7 @@ /*

// console.log(file.basename)
// 不处理空文件,处理空文件有人反馈报错。
if (!content || !content.trim()) {
// 不独立编译 _ 打头的文件。
if (!content || !content.trim() || file.basename[0] === '_') {
return content;

@@ -124,3 +127,3 @@ }

if (path.resolve( dir ) != path.normalize( dir )) {
if (path.resolve( dir ) != path.normalize( dir ) || fis.util.exists(path.join(root, dir))) {
dir = path.join(root, dir);

@@ -127,0 +130,0 @@ }

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