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

@lokalise/background-jobs-common

Package Overview
Dependencies
Maintainers
0
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lokalise/background-jobs-common - npm Package Compare versions

Comparing version 3.5.0 to 4.0.0

dist/src/background-job-processor/constants.d.ts

114

package.json
{
"name": "@lokalise/background-jobs-common",
"version": "3.5.0",
"files": [
"dist",
"LICENSE.md",
"README.md"
],
"author": {
"name": "Lokalise",
"url": "https://lokalise.com/"
},
"homepage": "https://github.com/lokalise/shared-ts-libs",
"repository": {
"type": "git",
"url": "git://github.com/lokalise/shared-ts-libs.git"
},
"private": false,
"license": "Apache-2.0",
"type": "commonjs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "rimraf dist && tsc",
"clean": "rimraf dist .eslintcache",
"lint": "eslint --cache --max-warnings=0 . && prettier --check --log-level warn src \"**/*.{json,md,ts,tsx}\" && tsc --noEmit",
"lint:fix": "prettier --write src \"**/*.{json,md,ts,tsx}\" --log-level=warn && eslint . --fix",
"docker:start:ci": "docker compose up -d --quiet-pull redis",
"test": "vitest run",
"pretest:ci": "npm run docker:start:ci",
"test:ci": "npm run test -- --coverage",
"test:ci:teardown": "docker compose down",
"prepublishOnly": "npm run build",
"package-version": "echo $npm_package_version"
},
"dependencies": {
"@lokalise/id-utils": "^2.1.0",
"@lokalise/node-core": "^10.0.1",
"pino": "^9.2.0",
"ts-deepmerge": "^7.0.0"
},
"peerDependencies": {
"bullmq": "^5.7.15"
},
"devDependencies": {
"@types/node": "^20.14.8",
"@lokalise/eslint-config": "latest",
"@lokalise/fastify-extras": "^21.2.2",
"@lokalise/prettier-config": "latest",
"@lokalise/package-vite-config": "latest",
"@vitest/coverage-v8": "^1.6.0",
"bullmq": "^5.7.15",
"ioredis": "^5.4.1",
"prettier": "3.3.2",
"rimraf": "^5.0.7",
"typescript": "5.5.2",
"vitest": "^1.6.0"
},
"prettier": "@lokalise/prettier-config"
"name": "@lokalise/background-jobs-common",
"version": "4.0.0",
"files": [
"dist",
"LICENSE.md",
"README.md"
],
"author": {
"name": "Lokalise",
"url": "https://lokalise.com/"
},
"homepage": "https://github.com/lokalise/shared-ts-libs",
"repository": {
"type": "git",
"url": "git://github.com/lokalise/shared-ts-libs.git"
},
"private": false,
"license": "Apache-2.0",
"type": "commonjs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "rimraf dist && tsc",
"clean": "rimraf dist",
"lint": "biome check . && tsc --project tsconfig.lint.json --noEmit",
"lint:fix": "biome check --write",
"docker:start:ci": "docker compose up -d --quiet-pull redis",
"test": "vitest run",
"pretest:ci": "npm run docker:start:ci",
"test:ci": "npm run test -- --coverage",
"test:ci:teardown": "docker compose down",
"prepublishOnly": "npm run build",
"package-version": "echo $npm_package_version"
},
"dependencies": {
"@lokalise/id-utils": "^2.1.0",
"@lokalise/node-core": "^11.1.0",
"pino": "^9.2.0",
"ts-deepmerge": "^7.0.0"
},
"peerDependencies": {
"bullmq": "^5.7.15"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@lokalise/biome-config": "^1.2.2",
"@types/node": "^20.14.8",
"@lokalise/fastify-extras": "^21.2.2",
"@lokalise/package-vite-config": "latest",
"@vitest/coverage-v8": "^1.6.0",
"bullmq": "^5.7.15",
"ioredis": "^5.4.1",
"rimraf": "^6.0.1",
"typescript": "5.5.3",
"vitest": "^1.6.0"
}
}

@@ -5,3 +5,3 @@ # Common background jobs library

- AbstractBackgroundJobProcessor: a base class for running jobs, it provides a instrumentation and logger integration plus
- AbstractBackgroundJobProcessor: a base class for running jobs, it provides an instrumentation and logger integration plus
basic API for enqueuing jobs.

@@ -17,2 +17,7 @@

Start Docker containers:
```shell
docker compose up -d
```
Run all tests:

@@ -19,0 +24,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