Socket
Socket
Sign inDemoInstall

animates

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

animates - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

demo/index.html

32

package.json
{
"name": "animates",
"version": "1.2.0",
"description": "A tiny, performant replacement for jquery/animate using css3",
"version": "1.2.1",
"description": "Tiny, performant api for easy css3 animations",
"main": "lib/animates.js",

@@ -10,10 +10,6 @@ "directories": {

"scripts": {
"test": "node_modules/.bin/karma start --single-run && node_modules/.bin/standard",
"start": "node_modules/.bin/serve -p 1234"
"test": "karma start --single-run && node_modules/.bin/standard",
"start": "node demo/server"
},
"author": {
"name": "Alan Clarke",
"email": "alan@qubit.com",
"url": "qubit.com"
},
"author": "Alan Clarke <alan@qubit.com> (qubit.com)",
"repository": {

@@ -26,2 +22,3 @@ "type": "git",

"chai": "^3.5.0",
"express": "^4.14.0",
"karma": "^0.13.22",

@@ -33,9 +30,18 @@ "karma-chrome-launcher": "^0.2.2",

"mocha": "^2.4.5",
"require1k": "stuk/require1k",
"serve": "^1.4.0",
"require1k": "github:stuk/require1k",
"sinon": "^2.0.0-pre",
"standard": "^6.0.8",
"webpack": "^1.12.14"
"webpack": "^1.13.1",
"webpack-dev-middleware": "^1.6.1"
},
"dependencies": {}
"dependencies": {},
"bugs": {
"url": "https://github.com/QubitProducts/animates/issues"
},
"homepage": "https://github.com/QubitProducts/animates#readme",
"keywords": [
"animation",
"css3",
"css-animation"
]
}
# Animates
A tiny, performant replacement for jquery/animate using css3
Tiny, performant api for easy css3 animations
## installation
```
npm install animates
npm install --save animates
```

@@ -31,6 +31,3 @@

## demo
```js
npm start
// open http://localhost:1234
```
[link](https://animates-pwhzhcmedz.now.sh)

@@ -41,1 +38,10 @@ ## run tests

```
## Want to work on this for your day job?
This project was created by the Engineering team at Qubit. As we use open source libraries, we make our projects public where possible.
We’re currently looking to grow our team, so if you’re a JavaScript engineer and keen on ES2016 React+Redux applications and Node micro services, why not get in touch? Work with like minded engineers in an environment that has fantastic perks, including an annual ski trip, yoga, a competitive foosball league, and copious amounts of yogurt.
Find more details on our Engineering site. Don’t have an up to date CV? Just link us your Github profile! Better yet, send us a pull request that improves this project.`
Contact GitHub API Training Shop Blog About
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