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

@wildebeest/scroll

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wildebeest/scroll - npm Package Compare versions

Comparing version 0.3.12 to 0.3.13

1

dist/ScrollModule.js

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

container.bind(ScrollBox_1.ScrollBox).toSelf();
container.bind("Factory<ScrollBox>").toAutoFactory(ScrollBox_1.ScrollBox);
};

@@ -19,0 +20,0 @@ ScrollModule.prototype.boot = function (container) { };

2

package.json
{
"name": "@wildebeest/scroll",
"version": "0.3.12",
"version": "0.3.13",
"description": "Scroll element with custom scroll bar",

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

@@ -18,2 +18,3 @@ import { Module } from "@wildebeest/js-modules";

container.bind<ScrollBox>(ScrollBox).toSelf();
container.bind<interfaces.Factory<ScrollBox>>("Factory<ScrollBox>").toAutoFactory(ScrollBox);
}

@@ -20,0 +21,0 @@

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