broker-factory
Advanced tools
Comparing version 3.0.94 to 3.0.95
@@ -12,13 +12,13 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.24.0", | ||
"fast-unique-numbers": "^9.0.1", | ||
"@babel/runtime": "^7.24.1", | ||
"fast-unique-numbers": "^9.0.2", | ||
"tslib": "^2.6.2", | ||
"worker-factory": "^7.0.21" | ||
"worker-factory": "^7.0.22" | ||
}, | ||
"description": "A little factory function to create a broker for a JSON-RPC based Web Worker.", | ||
"devDependencies": { | ||
"@babel/core": "^7.24.0", | ||
"@babel/plugin-external-helpers": "^7.23.3", | ||
"@babel/plugin-transform-runtime": "^7.24.0", | ||
"@babel/preset-env": "^7.24.0", | ||
"@babel/core": "^7.24.3", | ||
"@babel/plugin-external-helpers": "^7.24.1", | ||
"@babel/plugin-transform-runtime": "^7.24.3", | ||
"@babel/preset-env": "^7.24.3", | ||
"@commitlint/cli": "^18.6.1", | ||
@@ -31,3 +31,3 @@ "@commitlint/config-angular": "^18.6.1", | ||
"eslint": "^8.57.0", | ||
"eslint-config-holy-grail": "^58.0.9", | ||
"eslint-config-holy-grail": "^58.0.10", | ||
"grunt": "^1.6.1", | ||
@@ -50,3 +50,3 @@ "grunt-cli": "^1.4.3", | ||
"rimraf": "^5.0.5", | ||
"rollup": "^4.12.1", | ||
"rollup": "^4.13.0", | ||
"sinon": "^17.0.1", | ||
@@ -58,4 +58,4 @@ "sinon-chai": "^3.7.0", | ||
"tslint-config-holy-grail": "^56.0.0", | ||
"typescript": "^5.4.2", | ||
"webpack": "^5.90.3" | ||
"typescript": "^5.4.3", | ||
"webpack": "^5.91.0" | ||
}, | ||
@@ -87,3 +87,3 @@ "files": [ | ||
"types": "build/es2019/module.d.ts", | ||
"version": "3.0.94" | ||
"version": "3.0.95" | ||
} |
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
34671
Updated@babel/runtime@^7.24.1
Updatedfast-unique-numbers@^9.0.2
Updatedworker-factory@^7.0.22