New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

scrollmonitor-react

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scrollmonitor-react - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

4

dist/index.js

@@ -190,4 +190,4 @@ 'use strict';

unlockWatcher: this.unlockWatcher,
startWatcher: this.initWatcher,
stopWatcher: this.destroyWatcher
startWatcher: this.startWatcher,
stopWatcher: this.stopWatcher
}),

@@ -194,0 +194,0 @@ this.props.children

@@ -136,4 +136,4 @@ import React from 'react';

unlockWatcher={this.unlockWatcher}
startWatcher={this.initWatcher}
stopWatcher={this.destroyWatcher}
startWatcher={this.startWatcher}
stopWatcher={this.stopWatcher}
>

@@ -140,0 +140,0 @@ {this.props.children}

{
"name": "scrollmonitor-react",
"version": "2.1.0",
"version": "2.1.1",
"description": "React HOC for the scrollMonitor",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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