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

electron-retain-webview-scroll

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-retain-webview-scroll - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

13

lib/constants.js
module.exports = Object.freeze({
EVENTS: {
DID_SCROLL: 'electron-scroller-did-scroll',
SCROLL_TO: 'electron-scroller-scroll-to',
DID_SCROLL_TO: 'electron-scroller-did-scroll-to'
DID_SCROLL: "electron-scroller-did-scroll",
SCROLL_TO: "electron-scroller-scroll-to",
DID_SCROLL_TO: "electron-scroller-did-scroll-to",
REQUEST_SCROLL: "electron-scroller-request-scroll",
},

@@ -11,4 +12,4 @@ NAVTYPE: {

RELOAD: 3,
NEW_PAGE: 4
}
})
NEW_PAGE: 4,
},
});
{
"name": "electron-retain-webview-scroll",
"version": "1.0.2",
"version": "1.0.3",
"description": "Manage scrolling of content inside an Electron webview element.",

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

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