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.759 to 0.0.760

2

cofetch.ts

@@ -50,2 +50,4 @@ import { Coroutine } from './coroutine';

Date.now() > memory.get(cache.get(key)!)!.expiration) {
// Bug
// @ts-ignore
headers.set('If-None-Match', cache.get(key)!.getResponseHeader('ETag')!);

@@ -52,0 +54,0 @@ }

28

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

@@ -54,17 +54,17 @@ "private": false,

"devDependencies": {
"@types/benchmark": "2.1.2",
"@types/bluebird": "3.5.38",
"@types/benchmark": "2.1.4",
"@types/bluebird": "3.5.41",
"@types/lru-cache": "7.10.9",
"@types/mocha": "10.0.1",
"@types/power-assert": "1.5.8",
"@types/yallist": "4.0.1",
"@typescript-eslint/parser": "^6.5.0",
"@types/mocha": "10.0.3",
"@types/power-assert": "1.5.10",
"@types/yallist": "4.0.3",
"@typescript-eslint/parser": "^6.9.1",
"babel-loader": "^9.1.3",
"babel-plugin-unassert": "^3.2.0",
"bluebird": "^3.7.2",
"concurrently": "^8.2.1",
"eslint": "^8.48.0",
"concurrently": "^8.2.2",
"eslint": "^8.53.0",
"eslint-plugin-redos": "^4.4.5",
"eslint-webpack-plugin": "^4.0.1",
"glob": "^10.3.4",
"glob": "^10.3.10",
"karma": "^6.4.2",

@@ -78,8 +78,8 @@ "karma-chrome-launcher": "^3.2.0",

"mocha": "^10.2.0",
"npm-check-updates": "^16.13.2",
"ts-loader": "^9.4.4",
"npm-check-updates": "^16.14.6",
"ts-loader": "^9.5.0",
"typescript": "5.2.2",
"webpack": "^5.88.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-merge": "^5.9.0",
"webpack-merge": "^5.10.0",
"yallist": "^4.0.0",

@@ -86,0 +86,0 @@ "zipfian-integer": "^1.0.1"

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