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

postcss-icss-keyframes

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-icss-keyframes - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

14

package.json
{
"name": "postcss-icss-keyframes",
"version": "0.2.0",
"version": "0.2.1",
"description": "PostCSS plugin for css-modules to local-scope keyframes",

@@ -47,15 +47,15 @@ "main": "lib/index.js",

"babel-jest": "^20.0.3",
"babel-preset-env": "^1.5.1",
"eslint": "^3.19.0",
"babel-preset-env": "^1.5.2",
"eslint": "^4.0.0",
"husky": "^0.13.4",
"jest": "^20.0.4",
"lint-staged": "^3.5.1",
"prettier": "^1.3.1",
"lint-staged": "^3.6.1",
"prettier": "^1.4.4",
"strip-indent": "^2.0.0"
},
"dependencies": {
"icss-utils": "^2.1.0",
"postcss": "^6.0.1",
"icss-utils": "^3.0.1",
"postcss": "^6.0.2",
"postcss-value-parser": "^3.3.0"
}
}

@@ -66,4 +66,17 @@ # postcss-icss-keyframes [![Build Status][travis-img]][travis]

### Messages
postcss-icss-keyframes passes result.messages for each defined keyframes
```
{
plugin: 'postcss-icss-keyframes',
type: 'icss-scoped',
name: string, // local name
value: string // scoped name
}
```
# License
MIT © [Bogdan Chadkin](mailto:trysound@yandex.ru)
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