Socket
Socket
Sign inDemoInstall

css-animation

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css-animation - npm Package Compare versions

Comparing version 1.6.1 to 2.0.0

dist-src/Event.js

65

package.json
{
"name": "css-animation",
"version": "1.6.1",
"description": "css-animation",
"version": "2.0.0",
"license": "MIT",
"files": [
"dist-*/",
"bin/"
],
"pika": true,
"sideEffects": false,
"keywords": [

@@ -9,3 +16,5 @@ "css-animation"

"homepage": "http://github.com/yiminghe/css-animation",
"author": "",
"bugs": {
"url": "http://github.com/yiminghe/css-animation/issues"
},
"repository": {

@@ -15,43 +24,21 @@ "type": "git",

},
"bugs": {
"url": "http://github.com/yiminghe/css-animation/issues"
"dependencies": {
"component-classes": "^1.2.6"
},
"license": "MIT",
"main": "./lib/index",
"module": "./es/index",
"files": [
"lib",
"es"
],
"config": {
"port": 9001,
"entry": {
"css-animation": [
"./src/index.js"
]
}
},
"scripts": {
"dist": "rc-tools run dist --babel-runtime",
"build": "rc-tools run build",
"gh-pages": "rc-tools run gh-pages",
"start": "rc-tools run server",
"pub": "rc-tools run pub --babel-runtime",
"compile": "rc-tools run compile --babel-runtime",
"lint": "rc-tools run lint"
},
"devDependencies": {
"expect.js": "0.3.x",
"@pika/plugin-build-types": "^0.5.1",
"@pika/plugin-build-web": "^0.5.1",
"@pika/plugin-standard-pkg": "^0.5.1",
"@pika/types": "^0.5.1",
"@storybook/react": "^5.1.9",
"@storybook/storybook-deployer": "^2.8.1",
"babel-loader": "^8.0.6",
"lint-staged": "^9.2.1",
"pre-commit": "1.x",
"rc-tools": "6.x",
"react": "15.x",
"react-dom": "15.x"
"prettier": "^1.18.2",
"react": "16.x",
"react-dom": "16.x"
},
"pre-commit": [
"lint"
],
"dependencies": {
"babel-runtime": "6.x",
"component-classes": "^1.2.5"
}
"esnext": "dist-src/index.js",
"module": "dist-web/index.js"
}

19

README.md

@@ -20,3 +20,3 @@ # css-animation

http://localhost:9001/examples/
http://localhost:6006/

@@ -37,3 +37,3 @@ online example: http://yiminghe.github.io/css-animation/

```js
var anim = require('css-animation');
import anim from 'css-animation';
anim(el,animationName,function(){});

@@ -77,19 +77,4 @@ ```

## Test Case
```
npm test
npm run chrome-test
```
## Coverage
```
npm run coverage
```
open coverage/ dir
## License
css-animation is released under the MIT license.
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