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

@internetarchive/collection-name-cache

Package Overview
Dependencies
Maintainers
15
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@internetarchive/collection-name-cache - npm Package Compare versions

Comparing version 0.0.1-alpha.1 to 0.0.1-alpha.2

1

dist/src/collection-name-cache.js

@@ -73,2 +73,3 @@ /* eslint-disable camelcase */

var _a, _b, _c, _d;
await this.loadFromCache();
const pendingIdentifiers = this.pendingIdentifierQueue.splice(0, 100);

@@ -75,0 +76,0 @@ if (pendingIdentifiers.length === 0)

2

package.json

@@ -10,3 +10,3 @@ {

"author": "Internet Archive",
"version": "0.0.1-alpha.1",
"version": "0.0.1-alpha.2",
"main": "dist/index.js",

@@ -13,0 +13,0 @@ "module": "dist/index.js",

@@ -137,2 +137,3 @@ /* eslint-disable camelcase */

private async loadPendingIdentifiers(): Promise<void> {
await this.loadFromCache();
const pendingIdentifiers = this.pendingIdentifierQueue.splice(0, 100);

@@ -139,0 +140,0 @@ if (pendingIdentifiers.length === 0) return;

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