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

@internetarchive/search-service

Package Overview
Dependencies
Maintainers
0
Versions
158
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@internetarchive/search-service - npm Package Compare versions

Comparing version 1.3.3-alpha5 to 1.3.3-alpha6

1

dist/src/responses/search-response-details.js

@@ -79,2 +79,3 @@ /* eslint-disable @typescript-eslint/no-explicit-any */

const pageElements = (_a = this.pageElements) === null || _a === void 0 ? void 0 : _a.lending;
console.log('pageElements', pageElements);
const hits = (_b = pageElements.loans) !== null && _b !== void 0 ? _b : [];

@@ -81,0 +82,0 @@ this.totalResults = hits.length;

2

package.json
{
"name": "@internetarchive/search-service",
"version": "1.3.3-alpha5",
"version": "1.3.3-alpha6",
"description": "A search service for the Internet Archive",

@@ -5,0 +5,0 @@ "license": "AGPL-3.0-only",

@@ -223,2 +223,3 @@ /* eslint-disable @typescript-eslint/no-explicit-any */

const pageElements = this.pageElements?.lending as LendingPageElement;
console.log('pageElements', pageElements);
const hits = pageElements.loans ?? [];

@@ -225,0 +226,0 @@ this.totalResults = hits.length;

Sorry, the diff of this file is not supported yet

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