postcss-calc
Advanced tools
Comparing version
@@ -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 @@ |
{ | ||
"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 [](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 |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
11308
27.57%6
20%72
35.85%4
33.33%13
225%1
Infinity%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated