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.2.0 to 0.2.1

6

index.js

@@ -8,11 +8,11 @@ 'use strict';

return object[property];
}
};
var defaultSetter = function(object, property, value) {
object[property] = value;
}
};
var linearEasing = function(t) {
return t;
}
};

@@ -19,0 +19,0 @@ var defaultOptions = {

{
"name": "anymation",
"version": "0.2.0",
"version": "0.2.1",
"description": "Simple & easy animation/tweener",

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

"validate": "npm ls",
"preflight": "npm run validate && npm run lint && npm run test && npm run cover"
"preflight": "npm run validate && npm run lint && npm run test"
},

@@ -24,3 +24,2 @@ "keywords": [

"dependencies": {
"eases": "^1.0.8",
"extend": "^3.0.0",

@@ -27,0 +26,0 @@ "right-now": "^1.0.0"

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