@empathyco/x-priority-queue
Advanced tools
Comparing version 0.1.0-alpha.10 to 0.1.0-alpha.11
{ | ||
"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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
53673
6
1