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

anymation

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

anymation - npm Package Compare versions

Comparing version 0.5.0 to 1.0.0

11

package.json
{
"name": "anymation",
"version": "0.5.0",
"version": "1.0.0",
"description": "Simple & easy animation/tweener",

@@ -11,3 +11,6 @@ "main": "index.js",

"validate": "npm ls",
"preflight": "npm run validate && npm run lint && npm run test"
"preflight": "npm run validate && npm run lint && npm run test",
"build-debug": "browserify --standalone anymation index.js > dist/anymation.js",
"build-min": "browserify --standalone anymation index.js | uglifyjs -c -m > dist/anymation-min.js",
"build": "npm run preflight && npm run build-debug && npm run build-min"
},

@@ -28,5 +31,7 @@ "keywords": [

"devDependencies": {
"browserify": "^12.0.1",
"coverify": "^1.4.1",
"jshint": "^2.8.0",
"tape": "^4.4.0"
"tape": "^4.4.0",
"uglify-js": "^2.6.1"
},

@@ -33,0 +38,0 @@ "repository": {

@@ -5,2 +5,10 @@ # anymation

## Installation
For node or browserify,
> npm install browserify
For a manual configuration system, grab dist/anymation.js or dist/anymation-min.js from the git repository. These export the Anymation constructor through a require.js define() if you are using it, otherwise they add the Anymation constructor to the global window object.
## Basic use

@@ -7,0 +15,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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