postcss-normalize-timing-functions
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -68,3 +68,2 @@ 'use strict'; | ||
css.walkDecls(/(animation|transition)(-timing-function|$)/i, decl => { | ||
decl.prop = decl.prop.toLowerCase(); | ||
decl.value = (0, _postcssValueParser2.default)(decl.value).walk(reduce).toString(); | ||
@@ -71,0 +70,0 @@ }); |
{ | ||
"name": "postcss-normalize-timing-functions", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Normalize CSS animation/transition timing functions.", | ||
@@ -16,3 +16,3 @@ "main": "dist/index.js", | ||
"cssnano-util-get-match": "^4.0.0", | ||
"postcss": "^6.0.0", | ||
"postcss": "^7.0.0", | ||
"postcss-value-parser": "^3.0.0" | ||
@@ -19,0 +19,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
5222
60
+ Addedpicocolors@0.2.1(transitive)
+ Addedpostcss@7.0.39(transitive)
- Removedansi-styles@3.2.1(transitive)
- Removedchalk@2.4.2(transitive)
- Removedcolor-convert@1.9.3(transitive)
- Removedcolor-name@1.1.3(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
- Removedhas-flag@3.0.0(transitive)
- Removedpostcss@6.0.23(transitive)
- Removedsupports-color@5.5.0(transitive)
Updatedpostcss@^7.0.0