🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

postcss-calc

Package Overview
Dependencies
Maintainers
2
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-calc - npm Package Compare versions

Comparing version

to
6.0.0

dist/index.js

5

CHANGELOG.md

@@ -0,1 +1,6 @@

# 6.0.0 - 2017-05-08
- Breaking: Updated PostCSS from v5.x to v6.x, and reduce-css-calc from v1.x
to v2.x (thanks to @andyjansson).
# 5.3.1 - 2016-08-22

@@ -2,0 +7,0 @@

51

package.json
{
"name": "postcss-calc",
"version": "5.3.1",
"version": "6.0.0",
"description": "PostCSS plugin to reduce calc()",

@@ -12,23 +12,44 @@ "keywords": [

],
"main": "dist/index.js",
"files": [
"dist",
"LICENSE"
],
"scripts": {
"prepublish": "npm run build && del-cli dist/__tests__",
"build": "del-cli dist && cross-env BABEL_ENV=publish babel src --out-dir dist",
"pretest": "eslint src && npm run build",
"test": "ava src/__tests__/"
},
"author": "Maxime Thirouin",
"license": "MIT",
"repository": "https://github.com/postcss/postcss-calc.git",
"files": [
"index.js"
],
"dependencies": {
"postcss-message-helpers": "^2.0.0",
"reduce-css-calc": "^1.2.6",
"postcss": "^5.0.2"
"eslintConfig": {
"parser": "babel-eslint",
"extends": "eslint-config-i-am-meticulous"
},
"devDependencies": {
"eslint": "^1.0.0",
"npmpub": "^3.1.0",
"postcss-custom-properties": "^5.0.0",
"tape": "^3.0.0"
"ava": "^0.19.1",
"babel-cli": "^6.18.0",
"babel-core": "^6.21.0",
"babel-eslint": "^7.1.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-env": "^1.4.0",
"babel-register": "^6.18.0",
"cross-env": "^4.0.0",
"del-cli": "^0.2.1",
"eslint": "^3.12.2",
"eslint-config-i-am-meticulous": "^6.0.1",
"eslint-plugin-babel": "^4.0.0",
"eslint-plugin-import": "^2.2.0"
},
"scripts": {
"test": "eslint . && tape test",
"release": "npmpub"
"dependencies": {
"css-unit-converter": "^1.1.1",
"postcss": "^6.0.0",
"postcss-selector-parser": "^2.2.2",
"reduce-css-calc": "^2.0.0"
},
"ava": {
"require": "babel-register"
}
}

@@ -95,3 +95,3 @@ # postcss-calc [![Build Status](https://travis-ci.org/postcss/postcss-calc.png)](https://travis-ci.org/postcss/postcss-calc)

Allow you to definine the precision for decimal numbers.
Allow you to define the precision for decimal numbers.

@@ -98,0 +98,0 @@ ```js