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

client-run-queue

Package Overview
Dependencies
Maintainers
0
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

client-run-queue - npm Package Compare versions

Comparing version 2.3.1 to 2.3.2

lib/mjs/config/exports.mjs

19

package.json
{
"name": "client-run-queue",
"version": "2.3.1",
"version": "2.3.2",
"description": "A client-friendly run queue",

@@ -15,5 +15,9 @@ "keywords": [

],
"main": "lib/cjs/exports.js",
"module": "lib/mjs/exports.js",
"types": "lib/exports.d.ts",
"main": "./lib/cjs/exports.js",
"module": "./lib/mjs/exports.mjs",
"exports": {
"import": "./lib/mjs/exports.mjs",
"require": "./lib/cjs/exports.js"
},
"types": "./lib/exports.d.ts",
"repository": "https://github.com/TypeScript-OSS/client-run-queue.git",

@@ -24,3 +28,3 @@ "homepage": "https://typescript-oss.github.io/client-run-queue/",

"scripts": {
"build": "tsc -p tsconfig.cjs.json && tsc -p tsconfig.mjs.json",
"build": "tsc -p tsconfig.cjs.json && node ./build.mjs",
"build:dev": "trash dev-build && yarn build && mkdir dev-build && cp -r lib dev-build && cp package.json dev-build && (cd dev-build && echo 'package' `pwd`)",

@@ -39,3 +43,3 @@ "clean": "trash coverage dev-build docs lib",

"dependencies": {
"doublell": "1.0.1",
"doublell": "^1.0.1",
"heap": "^0.2.7",

@@ -52,2 +56,4 @@ "queue-microtask": "^1.2.3"

"@typescript-eslint/parser": "^7.14.1",
"esbuild": "0.21.5",
"esbuild-plugin-tsc": "0.4.0",
"eslint": "9.5.0",

@@ -62,2 +68,3 @@ "eslint-config-prettier": "^9.1.0",

"eslint-plugin-tsdoc": "^0.3.0",
"glob": "10.4.2",
"jest": "29.7.0",

@@ -64,0 +71,0 @@ "jest-environment-jsdom": "^29.7.0",

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