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.753 to 0.0.754

3

clock.ts

@@ -80,4 +80,4 @@ import { ceil, log2 } from './alias';

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

@@ -139,2 +139,3 @@ this.locate(hand, key, value);

this.$length = 0;
this.initial = 1;
}

@@ -141,0 +142,0 @@ public *[Symbol.iterator](): Iterator<[K, V], undefined, undefined> {

{
"name": "spica",
"version": "0.0.753",
"version": "0.0.754",
"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