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

4

dist/bundle.js

@@ -0,1 +1,3 @@

'use strict';
function __commonjs(fn, module) { return module = { exports: {} }, fn(module, module.exports), module.exports; }

@@ -300,2 +302,2 @@

export default index;
module.exports = index;
{
"name": "scroll-into-view-if-needed",
"version": "1.0.1",
"version": "1.0.2",
"description": "Element.scrollIntoViewIfNeeded ponyfill that can animate the scrolling",

@@ -8,3 +8,3 @@ "main": "dist/bundle.js",

"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup src/index.js -c --output dist/bundle.js && rollup test/index.js -c -f umd --output test/bundle.js",
"build": "rollup src/index.js --format cjs -c --output dist/bundle.js && rollup test/index.js -c -f umd --output test/bundle.js",
"prepublish": "npm run build"

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