Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

postcss-unit-unit

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-unit-unit - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

5

index.js

@@ -58,6 +58,3 @@ const getUnitRegexp = require("./pixel-unit-regexp");

decl.clone({
value: decl.value.replace(
pxRegex,
createPxReplace(opts, opts.landscapeUnit, opts.landscapeWidth)
),
value: decl.value.replace(pxRegex,createPxReplace(opts, opts.landscapeUnit, opts.landscapeWidth)),
})

@@ -64,0 +61,0 @@ );

3

package.json

@@ -5,3 +5,3 @@ {

"description": "A CSS post-processor that converts px to viewport units (vw, vh, rpx, rem, vmin, vmax, ...).",
"version": "1.0.6",
"version": "1.0.7",
"license": "MIT",

@@ -21,5 +21,4 @@ "author": {

"dependencies": {
"object-assign": "^4.1",
"postcss": "^8.0"
}
}
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