@epegzz/sass-vars-loader
Advanced tools
Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "@epegzz/sass-vars-loader", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"author": "Daniel Schäfer <epegzz@gmail.com>", | ||
"description": "A SASS vars loader for Webpack. Load global SASS vars from JS/JSON files or from Webpack config.", | ||
"files": [ | ||
"index.js", | ||
"convert.js" | ||
"src/index.js", | ||
"src/convert.js" | ||
], | ||
"main": "src/index.js", | ||
"dependencies": { | ||
@@ -11,0 +12,0 @@ "loader-utils": "~0.2.11" |
# A SASS vars loader for Webpack | ||
Read sass vars from Javascript files, from JSON files or from the Webpack config. | ||
Reads sass vars from Javascript files, from JSON files or from the Webpack config. | ||
@@ -5,0 +5,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
6115