Socket
Socket
Sign inDemoInstall

scroll-into-view-if-needed

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scroll-into-view-if-needed - npm Package Compare versions

Comparing version 2.2.30 to 2.2.31

14

package.json
{
"name": "scroll-into-view-if-needed",
"version": "2.2.30",
"version": "2.2.31",
"description": "Ponyfill for upcoming Element.scrollIntoView() APIs like scrollMode: if-needed, behavior: smooth and block: center",

@@ -27,2 +27,12 @@ "keywords": [

"sideEffects": false,
"exports": {
".": {
"types": "./typings/index.d.ts",
"source": "./src/index.ts",
"import": "./es/index.js",
"require": "./index.js",
"default": "./es/index.js"
},
"./package.json": "./package.json"
},
"main": "index.js",

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

"tslint-config-prettier": "^1.18.0",
"typescript": "^4.6.4"
"typescript": "^4.9.3"
},

@@ -104,0 +114,0 @@ "bundlesize": [

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