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

scroll-sensor

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scroll-sensor - npm Package Compare versions

Comparing version 0.0.4 to 0.1.0

build/webpack.config.common.js

7

package.json
{
"name": "scroll-sensor",
"version": "0.0.4",
"version": "0.1.0",
"description": "Scroll Sensor simulate scroll bar on a not scrollable dom.It has features of mouse wheel, mouse down move, touch move and scroll inertia.",

@@ -13,7 +13,8 @@ "keywords": [

],
"main": "dist/scroll-sensor.external.js",
"main": "dist/scroll-sensor.common.js",
"scripts": {
"dev": "webpack --config ./build/webpack.config.dev.js",
"build": "webpack --config ./build/webpack.config.prod.js",
"external-build": "webpack --config ./build/webpack.config.external.js",
"build:common": "webpack --config ./build/webpack.config.common.js",
"dist": "npm run dev && npm run build && npm run build:common",
"test": "echo \"Error: no test specified\" && exit 1"

@@ -20,0 +21,0 @@ },

@@ -51,3 +51,3 @@ # scroll-sensor

They like [Element.scrollTop](https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollTop) and [Element.scrollLeft](https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollLeft)
They are like [Element.scrollTop](https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollTop) and [Element.scrollLeft](https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollLeft)

@@ -54,0 +54,0 @@ ### scrollSensor.setOptions(options)

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