Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

pxtorem-css

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pxtorem-css - npm Package Compare versions

Comparing version
1.0.3
to
1.0.4
+2
-1
app.js

@@ -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",

{
"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",