scrollmonitor-react
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -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(); |
{ | ||
"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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24758
12
356