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

client-run-queue

Package Overview
Dependencies
Maintainers
1
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 1.1.11 to 1.1.12

src/__test_dependency__/index.ts

6

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

@@ -22,3 +22,2 @@ "keywords": [

"scripts": {
"audit": "yarn audit --moderate",
"build": "tsc -p tsconfig.build.json",

@@ -29,4 +28,5 @@ "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`)",

"lint": "eslint 'src/**/*.ts?(x)' --max-warnings 0",
"prepublishOnly": "yarn clean && yarn test && yarn lint && yarn audit && yarn clean && yarn build && yarn generate:docs",
"prepublishOnly": "yarn clean && yarn test && yarn lint && yarn test:audit && yarn clean && yarn build && yarn generate:docs",
"test": "yarn test:check-circular-dependencies && yarn test:unit-tests",
"test:audit": "yarn audit --level moderate; [[ $? -ge 4 ]] && exit 1 || exit 0",
"test:check-circular-dependencies": "yarn build && npx madge --circular ./lib",

@@ -33,0 +33,0 @@ "test:unit-tests:": "npx jest --runInBand --coverage",

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