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

compute-scroll-into-view

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

compute-scroll-into-view - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

6

package.json

@@ -11,3 +11,3 @@ {

},
"version": "1.0.9",
"version": "1.0.10",
"main": "index.js",

@@ -44,3 +44,3 @@ "module": "es/index.js",

"concurrently": "4.0.1",
"husky": "1.1.0",
"husky": "1.1.1",
"jest": "23.6.0",

@@ -52,3 +52,3 @@ "jest-junit": "5.2.0",

"prettier-package-json": "2.0.1",
"puppeteer": "1.8.0",
"puppeteer": "1.9.0",
"rimraf": "2.6.2",

@@ -55,0 +55,0 @@ "rollup": "0.66.4",

@@ -20,3 +20,3 @@ declare global {

declare type CustomScrollBoundaryCallback = (parent: Element) => boolean;
declare type CustomScrollBoundary = Element | CustomScrollBoundaryCallback;
declare type CustomScrollBoundary = Element | CustomScrollBoundaryCallback | null;
interface CustomScrollAction {

@@ -23,0 +23,0 @@ el: Element;

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