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

@internetarchive/bookreader

Package Overview
Dependencies
Maintainers
11
Versions
311
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@internetarchive/bookreader - npm Package Compare versions

Comparing version 4.20.1 to 4.20.2

2

package.json
{
"name": "@internetarchive/bookreader",
"version": "4.20.1",
"version": "4.20.2",
"description": "The Internet Archive BookReader.",

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

@@ -528,3 +528,4 @@ class SearchView {

.on(`${namespace}SearchCallbackEmpty`, this.handleSearchCallbackEmpty.bind(this))
.on(`${namespace}pageChanged`, this.updateSearchNavigation.bind(this));
.on(`${namespace}pageChanged`, this.updateSearchNavigation.bind(this))
.on(`${namespace}SearchResultsCleared`, this.clearSearchFieldAndResults.bind(this));

@@ -531,0 +532,0 @@ this.dom.searchTray.addEventListener('submit', this.submitHandler.bind(this));

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