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

postcss-merge-longhand

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-merge-longhand - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

CHANGELOG.md

@@ -0,3 +1,7 @@

# 1.0.1
* Fixes an issue where calc values were being mangled.
# 1.0.0
* Initial release.

4

dist/lib/minifyTrbl.js

@@ -7,4 +7,6 @@ 'use strict';

var _postcss = require('postcss');
exports['default'] = function (v) {
var s = typeof v === 'string' ? v.split(' ') : v;
var s = typeof v === 'string' ? _postcss.list.space(v) : v;
var value = [s[0], // top

@@ -11,0 +13,0 @@ s[1] || s[0], // right

{
"name": "postcss-merge-longhand",
"version": "1.0.0",
"version": "1.0.1",
"description": "Merge longhand properties into shorthand with PostCSS.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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