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

react-scroll-into-view

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.11.0 to 1.12.0

9

package.json
{
"name": "react-scroll-into-view",
"version": "1.11.0",
"version": "1.12.0",
"description": "Simple React element that when clicked scrolls to any element on page",

@@ -16,3 +16,3 @@ "main": "./dist/index.cjs.js",

"scripts": {
"build": "rollup -c",
"build": "package-check && rollup -c",
"test": "jest"

@@ -41,2 +41,3 @@ },

"@rollup/plugin-node-resolve": "^13.0.5",
"@skypack/package-check": "^0.2.2",
"babel-jest": "^27.2.2",

@@ -53,4 +54,4 @@ "babel-plugin-transform-react-remove-prop-types": "^0.4.18",

"peerDependencies": {
"react": "^16.5.2",
"react-dom": "^16.5.2"
"react": ">=16.5.2",
"react-dom": ">=16.5.2"
},

@@ -57,0 +58,0 @@ "prettier": {

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