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

postcss-convert-values

Package Overview
Dependencies
Maintainers
2
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-convert-values - npm Package Compare versions

Comparing version 1.3.1 to 2.0.0

4

CHANGELOG.md

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

# 2.0.0
* Upgraded to PostCSS 5.
# 1.3.1

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

2

dist/index.js

@@ -54,5 +54,5 @@ 'use strict';

return function (css) {
css.eachDecl(optimise);
css.walkDecls(optimise);
};
});
module.exports = exports['default'];
{
"name": "postcss-convert-values",
"version": "1.3.1",
"version": "2.0.0",
"description": "Convert values with PostCSS (e.g. ms -> s)",

@@ -22,3 +22,3 @@ "main": "dist/index.js",

"devDependencies": {
"babel": "^5.8.21",
"babel": "^5.8.23",
"babel-tape-runner": "^1.2.0",

@@ -36,5 +36,5 @@ "tap-spec": "^4.1.0",

"dependencies": {
"postcss": "^4.1.16",
"postcss-value-parser": "^1.1.0"
"postcss": "^5.0.4",
"postcss-value-parser": "^1.4.2"
}
}
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