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

spica

Package Overview
Dependencies
Maintainers
1
Versions
804
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spica - npm Package Compare versions

Comparing version 0.0.752 to 0.0.753

4

cache.ts

@@ -106,5 +106,5 @@ import { max, min, floor, round } from './alias';

public size: number,
public expiration: number,
public partition: 'LRU' | 'LFU',
public affiliation: 'LRU' | 'LFU',
public expiration: number,
) {

@@ -522,5 +522,5 @@ }

size,
expiration,
'LRU',
'LRU',
expiration,
);

@@ -527,0 +527,0 @@ LRU.unshift(entry);

@@ -78,3 +78,5 @@ import { ceil, log2 } from './alias';

assert((b & 1 << l) === 0);
refs[i] = b & ~((1 << l) - 1 >>> r << r);
if (l !== r) {
refs[i] = b & ~((1 << l) - 1 >>> r << r);
}
hand += l - r;

@@ -81,0 +83,0 @@ assert(hand < capacity);

{
"name": "spica",
"version": "0.0.752",
"version": "0.0.753",
"description": "Supervisor, Coroutine, Channel, select, AtomicPromise, Cancellation, Cache, List, Queue, Stack, and some utils.",

@@ -5,0 +5,0 @@ "private": false,

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