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

react-waypoint

Package Overview
Dependencies
Maintainers
5
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-waypoint - npm Package Compare versions

Comparing version 10.1.0 to 10.3.0

5

index.d.ts

@@ -113,3 +113,8 @@ import * as React from 'react';

debug?: boolean;
/**
* Since React 18 Children are no longer implied, therefore we specify them here
*/
children?: React.ReactNode;
}
}

12

package.json
{
"name": "react-waypoint",
"version": "10.1.0",
"version": "10.3.0",
"description": "A React component to execute a function whenever you scroll to an element.",

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

"peerDependencies": {
"react": "^15.3.0 || ^16.0.0 || ^17.0.0"
"react": "^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
},

@@ -65,5 +65,5 @@ "devDependencies": {

"loose-envify": "^1.4.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-test-renderer": "^16.0.0",
"react": "^16.0.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0",
"react-test-renderer": "^16.0.0 || ^17.0.0 || ^18.0.0",
"rimraf": "^3.0.2",

@@ -87,3 +87,3 @@ "rollup": "^2.33.2",

"prop-types": "^15.0.0",
"react-is": "^17.0.1"
"react-is": "^17.0.1 || ^18.0.0"
},

@@ -90,0 +90,0 @@ "browserify": {

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