New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@hscmap/inertial-wheel

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hscmap/inertial-wheel - npm Package Compare versions

Comparing version 0.5.2 to 0.5.3

8

lib/index.js

@@ -9,3 +9,3 @@ "use strict";

};
var InertialWheel = (function () {
var InertialWheel = /** @class */ (function () {
function InertialWheel(target, cb) {

@@ -82,3 +82,3 @@ var _this = this;

exports.InertialWheel = InertialWheel;
var InertialWheelEvent = (function () {
var InertialWheelEvent = /** @class */ (function () {
function InertialWheelEvent(v, originalEvent) {

@@ -91,3 +91,3 @@ this.v = v;

exports.InertialWheelEvent = InertialWheelEvent;
var InertialWheelStartEvent = (function () {
var InertialWheelStartEvent = /** @class */ (function () {
function InertialWheelStartEvent() {

@@ -98,3 +98,3 @@ }

exports.InertialWheelStartEvent = InertialWheelStartEvent;
var InertialWheelEndEvent = (function () {
var InertialWheelEndEvent = /** @class */ (function () {
function InertialWheelEndEvent() {

@@ -101,0 +101,0 @@ }

{
"name": "@hscmap/inertial-wheel",
"version": "0.5.2",
"version": "0.5.3",
"main": "./lib/index.js",

@@ -22,4 +22,4 @@ "types": "./lib/index.d.ts",

"dependencies": {
"@hscmap/magic-trackpad-detector": "^0.0.4"
"@hscmap/magic-trackpad-detector": "^0.0.5"
}
}

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