broker-factory
Advanced tools
Comparing version 3.0.88 to 3.0.89
@@ -12,13 +12,13 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.23.4", | ||
"fast-unique-numbers": "^8.0.11", | ||
"@babel/runtime": "^7.23.5", | ||
"fast-unique-numbers": "^8.0.12", | ||
"tslib": "^2.6.2", | ||
"worker-factory": "^7.0.14" | ||
"worker-factory": "^7.0.15" | ||
}, | ||
"description": "A little factory function to create a broker for a JSON-RPC based Web Worker.", | ||
"devDependencies": { | ||
"@babel/core": "^7.23.3", | ||
"@babel/core": "^7.23.5", | ||
"@babel/plugin-external-helpers": "^7.23.3", | ||
"@babel/plugin-transform-runtime": "^7.23.4", | ||
"@babel/preset-env": "^7.23.3", | ||
"@babel/preset-env": "^7.23.5", | ||
"@commitlint/cli": "^17.8.0", | ||
@@ -30,3 +30,3 @@ "@commitlint/config-angular": "^17.8.0", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^8.54.0", | ||
"eslint": "^8.55.0", | ||
"eslint-config-holy-grail": "^57.2.25", | ||
@@ -43,10 +43,10 @@ "grunt": "^1.6.1", | ||
"karma-sinon-chai": "^2.0.2", | ||
"karma-webkit-launcher": "^2.1.0", | ||
"karma-webkit-launcher": "^2.4.0", | ||
"karma-webpack": "^5.0.0", | ||
"lint-staged": "^15.2.0", | ||
"load-grunt-config": "^4.0.1", | ||
"mocha": "^10.2.0", | ||
"prettier": "^2.8.8", | ||
"pretty-quick": "^3.1.3", | ||
"prettier": "^3.1.0", | ||
"rimraf": "^5.0.5", | ||
"rollup": "^4.5.0", | ||
"rollup": "^4.6.1", | ||
"sinon": "^17.0.1", | ||
@@ -86,3 +86,3 @@ "sinon-chai": "^3.7.0", | ||
"types": "build/es2019/module.d.ts", | ||
"version": "3.0.88" | ||
"version": "3.0.89" | ||
} |
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
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
Updated@babel/runtime@^7.23.5
Updatedfast-unique-numbers@^8.0.12
Updatedworker-factory@^7.0.15