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.780 to 0.0.781

12

package.json
{
"name": "spica",
"version": "0.0.780",
"version": "0.0.781",
"description": "Supervisor, Coroutine, Channel, select, AtomicPromise, Cancellation, Cache, List, Queue, Stack, and some utils.",

@@ -60,3 +60,3 @@ "private": false,

"@types/yallist": "4.0.4",
"@typescript-eslint/parser": "^6.16.0",
"@typescript-eslint/parser": "^6.21.0",
"babel-loader": "^9.1.3",

@@ -76,8 +76,8 @@ "babel-plugin-unassert": "^3.2.0",

"karma-power-assert": "^1.0.0",
"lru-cache": "^10.1.0",
"mocha": "^10.2.0",
"npm-check-updates": "^16.14.12",
"lru-cache": "^10.2.0",
"mocha": "^10.3.0",
"npm-check-updates": "^16.14.14",
"ts-loader": "^9.5.1",
"typescript": "5.2.2",
"webpack": "^5.89.0",
"webpack": "^5.90.1",
"webpack-cli": "^5.1.4",

@@ -84,0 +84,0 @@ "webpack-merge": "^5.10.0",

import '../global';
import { Mutable } from '../type';
import { memoize } from '../memoize';
import { Cache } from '../cache';
import { TLRU } from '../tlru';

@@ -77,3 +77,3 @@ declare class Absolute {

(url, base = '') => `${base.indexOf('\n') > -1 ? base.replace(/\n+/g, '') : base}\n${url}`,
new Cache(10000));
new TLRU(10000));
constructor(url: T, ...base:

@@ -80,0 +80,0 @@ T extends AbsoluteURL | `${string}:${string}` ? [string?] :

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