broker-factory
Advanced tools
Comparing version 3.0.97 to 3.0.98
@@ -12,15 +12,15 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.24.4", | ||
"fast-unique-numbers": "^9.0.4", | ||
"@babel/runtime": "^7.24.5", | ||
"fast-unique-numbers": "^9.0.5", | ||
"tslib": "^2.6.2", | ||
"worker-factory": "^7.0.24" | ||
"worker-factory": "^7.0.25" | ||
}, | ||
"description": "A little factory function to create a broker for a JSON-RPC based Web Worker.", | ||
"devDependencies": { | ||
"@babel/core": "^7.24.4", | ||
"@babel/core": "^7.24.5", | ||
"@babel/plugin-external-helpers": "^7.24.1", | ||
"@babel/plugin-transform-runtime": "^7.24.3", | ||
"@babel/preset-env": "^7.24.4", | ||
"@commitlint/cli": "^18.6.1", | ||
"@commitlint/config-angular": "^18.6.1", | ||
"@babel/preset-env": "^7.24.5", | ||
"@commitlint/cli": "^19.3.0", | ||
"@commitlint/config-angular": "^19.3.0", | ||
"@rollup/plugin-babel": "^6.0.4", | ||
@@ -31,3 +31,3 @@ "chai": "^4.3.10", | ||
"eslint": "^8.57.0", | ||
"eslint-config-holy-grail": "^59.0.3", | ||
"eslint-config-holy-grail": "^59.0.8", | ||
"grunt": "^1.6.1", | ||
@@ -50,3 +50,3 @@ "grunt-cli": "^1.4.3", | ||
"rimraf": "^5.0.5", | ||
"rollup": "^4.14.1", | ||
"rollup": "^4.17.2", | ||
"sinon": "^17.0.1", | ||
@@ -58,3 +58,3 @@ "sinon-chai": "^3.7.0", | ||
"tslint-config-holy-grail": "^56.0.1", | ||
"typescript": "^5.4.4", | ||
"typescript": "^5.4.5", | ||
"webpack": "^5.91.0" | ||
@@ -87,3 +87,3 @@ }, | ||
"types": "build/es2019/module.d.ts", | ||
"version": "3.0.97" | ||
"version": "3.0.98" | ||
} |
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.24.5
Updatedfast-unique-numbers@^9.0.5
Updatedworker-factory@^7.0.25