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

@empathyco/x-priority-queue

Package Overview
Dependencies
Maintainers
5
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@empathyco/x-priority-queue - npm Package Compare versions

Comparing version 0.1.0-alpha.10 to 0.1.0-alpha.11

14

package.json
{
"name": "@empathyco/x-priority-queue",
"version": "0.1.0-alpha.10",
"version": "0.1.0-alpha.11",
"description": "A priority queue implementation in typescript allowing cancellable elements",

@@ -28,15 +28,17 @@ "author": "Empathy Systems Corporation S.L.",

"scripts": {
"preinstall": "npx only-allow pnpm",
"prebuild": "rimraf dist ./*.tgz",
"build": "concurrently \"npm run build:*\"",
"build": "concurrently \"pnpm run build:*\"",
"build:cjs": "tsc --project tsconfig.cjs.json",
"build:esm": "tsc --project tsconfig.esm.json",
"postbuild": "npm pack",
"postbuild": "pnpm pack",
"test": "jest",
"prepublishOnly": "npm run build"
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@empathyco/x-utils": "^1.0.0-alpha.15",
"@empathyco/x-utils": "^1.0.0-alpha.16",
"tslib": "~2.4.1"
},
"devDependencies": {
"@types/jest": "~27.0.3",
"concurrently": "~7.6.0",

@@ -54,3 +56,3 @@ "jest": "~27.3.1",

},
"gitHead": "6fccb9c182fa3bad626901b551006a39a7f47d98"
"gitHead": "4f57a9b390fef3838356cad08971a0ad89712b38"
}
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