pxtorem-css
Advanced tools
+2
-1
@@ -85,3 +85,4 @@ const chalk = require("chalk"); | ||
| } else { | ||
| fs.writeFileSync(v, changeData, { | ||
| const destination = path.join(path.dirname(v), fileName); | ||
| fs.writeFileSync(destination, changeData, { | ||
| encoding: "utf-8", | ||
@@ -88,0 +89,0 @@ flag: "w", |
+1
-1
| { | ||
| "name": "pxtorem-css", | ||
| "version": "1.0.3", | ||
| "version": "1.0.4", | ||
| "description": "A nodejs cli that convert css unit px to rem", | ||
@@ -5,0 +5,0 @@ "main": "app.js", |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
14264
0.6%143
0.7%