Huge News!Announcing our $40M Series B led by Abstract Ventures.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.0.1 to 2.0.2

dist/index.js.map

8

dist/index.js

@@ -149,2 +149,7 @@ 'use strict';

}, {
key: 'componentWillUnmount',
value: function componentWillUnmount() {
this.watcher.destroy();
}
}, {
key: 'lockWatcher',

@@ -179,2 +184,3 @@ value: function lockWatcher() {

}(_react2.default.Component);
};
};
//# sourceMappingURL=index.js.map

@@ -92,2 +92,6 @@ import React from 'react';

componentWillUnmount () {
this.watcher.destroy()
}
lockWatcher () {

@@ -94,0 +98,0 @@ this.watcher.lock();

4

package.json
{
"name": "scrollmonitor-react",
"version": "2.0.1",
"version": "2.0.2",
"description": "React HOC for the scrollMonitor",

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

"scripts": {
"build": "babel index.js -d dist"
"build": "babel index.js -d dist --source-maps"
},

@@ -11,0 +11,0 @@ "repository": {

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