Comparing version 2.0.1 to 2.0.2
{ | ||
"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
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
462922
10048
0
1