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

easey

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

easey - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

2

package.json
{
"name": "easey",
"version": "2.0.1",
"version": "2.0.2",
"description": "Easing for Modest Maps",

@@ -5,0 +5,0 @@ "author": {

@@ -253,3 +253,4 @@ ;(function(context, MM) {

var path = function (a, b, t) {
var oldpath = path;
path = function (a, b, t) {
if (t == 1) return to;

@@ -264,3 +265,6 @@ var s = t * S,

easey.run(S / V * 1000, callback);
easey.run(S / V * 1000, function(m) {
path = oldpath;
if (callback) callback(m);
});
};

@@ -267,0 +271,0 @@

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