Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@internetarchive/search-service

Package Overview
Dependencies
Maintainers
18
Versions
157
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.2.5-alpha.11 to 1.2.5-alpha.12

2

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

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

this.accountExtraInfo = (_p = body.account_extra_info) !== null && _p !== void 0 ? _p : null;
console.log('acct extra info', this.accountExtraInfo);
console.log('acct extra info (search service)', this.accountExtraInfo);
}

@@ -69,0 +69,0 @@ }

{
"name": "@internetarchive/search-service",
"version": "1.2.5-alpha.11",
"version": "1.2.5-alpha.12",
"description": "A search service for the Internet Archive",

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

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

this.accountExtraInfo = body.account_extra_info ?? null;
console.log('acct extra info', this.accountExtraInfo);
console.log('acct extra info (search service)', this.accountExtraInfo);
}

@@ -154,0 +154,0 @@ }

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