css-animation
Advanced tools
Comparing version 1.6.1 to 2.0.0
{ | ||
"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" | ||
} |
@@ -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. |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1
20491
12
6
502
78
- Removedbabel-runtime@6.x
- Removedbabel-runtime@6.26.0(transitive)
- Removedcore-js@2.6.12(transitive)
- Removedregenerator-runtime@0.11.1(transitive)
Updatedcomponent-classes@^1.2.6