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

@adoratorio/hades

Package Overview
Dependencies
Maintainers
4
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adoratorio/hades - npm Package Compare versions

Comparing version 0.1.11 to 0.1.12

1

dist/declarations.d.ts

@@ -37,2 +37,3 @@ import Aion from '@adoratorio/aion';

scale: number;
uniqueDirection: boolean;
}

@@ -39,0 +40,0 @@ export interface Boundries {

3

dist/index.js

@@ -64,2 +64,3 @@ "use strict";

scale: 1,
uniqueDirection: false,
};

@@ -214,3 +215,3 @@ this.options = __assign({}, defaults, options);

// Multiply the scroll by the options multiplier
event.delta.x = event.delta.x * this.options.scale;
event.delta.x = this.options.uniqueDirection ? (event.delta.x || event.delta.y) * this.options.scale : event.delta.x * this.options.scale;
event.delta.y = event.delta.y * this.options.scale;

@@ -217,0 +218,0 @@ // Set the first scroll direction

{
"name": "@adoratorio/hades",
"version": "0.1.11",
"version": "0.1.12",
"description": "A smooth scrollbar based on Hermes, scroll down 'till hell",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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