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.1 to 0.3.2

5

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

@@ -12,3 +12,4 @@ "main": "dist/index.js",

"patch": "npm run deploy && npm version patch && npm publish",
"minor": "npm run deploy && npm version major && npm publish"
"minor": "npm run deploy && npm version minor && npm publish",
"major": "npm run deploy && npm version major && npm publish"
},

@@ -15,0 +16,0 @@ "repository": {

1

tests/ScrollBox.test.ts

@@ -32,2 +32,3 @@ import 'ts-jest';

expect(box.getPane().outerHTML).toEqual('<div id="pane1"></div>');
expect(box.getElement().innerHTML).toEqual('<div id="pane1"></div><div class="scroll-bar"><div class="scroll-bar__mark" style="height: 0%; top: 0%;"></div></div>');
});

@@ -34,0 +35,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