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.14 to 0.3.15

6

index.js

@@ -36,6 +36,6 @@ /*

files.every(function(url) {
var info = fis.uri(url, dir);
var file = fis.util(dir, url);
if( info.file && info.file.isFile() ) {
found = info.file;
if( file && fis.util.isFile(file) ) {
found = fis.file(file);
return false;

@@ -42,0 +42,0 @@ }

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