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 1.0.1 to 1.0.2

1

dist/plugins/lenis-render/index.d.ts

@@ -21,3 +21,4 @@ import { HermesEvent } from "@adoratorio/hermes/dist/declarations";

stopRender(): void;
swapScrollNode(node: HTMLElement | Window): void;
}
export default LenisRender;

@@ -90,4 +90,9 @@ "use strict";

};
LenisRender.prototype.swapScrollNode = function (node) {
node.addEventListener('scroll', this.nativeScrollHandler);
this.options.scrollNode.removeEventListener('scroll', this.nativeScrollHandler);
this.options.scrollNode = node;
};
return LenisRender;
}());
exports.default = LenisRender;

2

package.json
{
"name": "@adoratorio/hades",
"version": "1.0.1",
"version": "1.0.2",
"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