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

@hscmap/inertial-mouse

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hscmap/inertial-mouse - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2

5

lib/index.js

@@ -63,6 +63,3 @@ "use strict";

var _this = this;
this.rafId = requestAnimationFrame(function () {
_this.rafId = undefined;
_this.tick();
});
this.rafId = requestAnimationFrame(function () { return _this.tick(); });
};

@@ -69,0 +66,0 @@ InertialMouse.prototype.tick = function () {

2

package.json
{
"name": "@hscmap/inertial-mouse",
"version": "2.2.1",
"version": "2.2.2",
"main": "./lib/index.js",

@@ -5,0 +5,0 @@ "types": "./lib/index.d.ts",

@@ -77,6 +77,3 @@ export class Coord {

private nextTick() {
this.rafId = requestAnimationFrame(() => {
this.rafId = undefined
this.tick()
})
this.rafId = requestAnimationFrame(() => this.tick())
}

@@ -83,0 +80,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