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

@internetarchive/search-service

Package Overview
Dependencies
Maintainers
0
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.3.3-alpha2 to 1.3.3-alpha3

2

dist/src/responses/account-extra-info.d.ts

@@ -20,3 +20,3 @@ /**

user_since: string;
loan_visibility?: string;
loan_visibility?: string | boolean | null;
}

@@ -23,0 +23,0 @@ /**

@@ -96,3 +96,2 @@ import { expect } from '@open-wc/testing';

user_since: '2010-01-02T03:04:05Z',
loan_visibility: 'public',
},

@@ -99,0 +98,0 @@ policy_settings: {

{
"name": "@internetarchive/search-service",
"version": "1.3.3-alpha2",
"version": "1.3.3-alpha3",
"description": "A search service for the Internet Archive",

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

@@ -21,3 +21,3 @@ /**

user_since: string;
loan_visibility?: string;
loan_visibility?: string|boolean|null;
}

@@ -24,0 +24,0 @@

@@ -107,3 +107,2 @@ import { expect } from '@open-wc/testing';

user_since: '2010-01-02T03:04:05Z',
loan_visibility: 'public',
},

@@ -110,0 +109,0 @@ policy_settings: {

Sorry, the diff of this file is not supported yet

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