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.3 to 2.0.4

2

package.json
{
"name": "easey",
"version": "2.0.3",
"version": "2.0.4",
"description": "Easing for Modest Maps",

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

@@ -189,3 +189,2 @@ ;(function(context, MM) {

pos.duration = time;
onHold(pos);
} else {

@@ -223,3 +222,3 @@ // close in both time and space: a tap

touchStartMachine);
panner = panning(0.10);
panner = panning(map, 0.10);
};

@@ -373,3 +372,3 @@

MM.addEvent(map.parent, 'mousedown', mouseDown);
panner = panning();
panner = panning(map);
};

@@ -388,3 +387,3 @@

function panning(drag) {
function panning(map, drag) {

@@ -391,0 +390,0 @@ var p = {};

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