fis-parser-sass
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -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 @@ |
{ | ||
"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/", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
15008
401
0