Socket
Socket
Sign inDemoInstall

postcss-calc

Package Overview
Dependencies
5
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.0 to 4.0.1

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# 4.0.1 - 2015-04-09
- Fixed: `preserve` option does not create duplicated values ([#7](https://github.com/postcss/postcss-calc/issues/7))
# 4.0.0 - 2015-01-26

@@ -2,0 +6,0 @@

8

index.js

@@ -29,5 +29,7 @@ /**

var clone = decl.clone()
clone.value = value
decl.parent.insertBefore(decl, clone)
if (value != decl.value) {
var clone = decl.clone()
clone.value = value
decl.parent.insertBefore(decl, clone)
}
}, decl.source)

@@ -34,0 +36,0 @@ })

{
"name": "postcss-calc",
"version": "4.0.0",
"version": "4.0.1",
"description": "PostCSS plugin to reduce calc()",

@@ -5,0 +5,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc