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

postcss-normalize-timing-functions

Package Overview
Dependencies
Maintainers
4
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-normalize-timing-functions - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

1

dist/index.js

@@ -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 @@ });

4

package.json
{
"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 @@ },

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