broker-factory
Advanced tools
Comparing version 3.0.29 to 3.0.30
@@ -12,20 +12,20 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.12.5", | ||
"fast-unique-numbers": "^5.0.22", | ||
"@babel/runtime": "^7.12.13", | ||
"fast-unique-numbers": "^5.0.23", | ||
"tslib": "^2.1.0", | ||
"worker-factory": "^6.0.28" | ||
"worker-factory": "^6.0.29" | ||
}, | ||
"description": "A little factory function to create a broker for a JSON-RPC based Web Worker.", | ||
"devDependencies": { | ||
"@babel/core": "^7.12.10", | ||
"@babel/plugin-external-helpers": "^7.12.1", | ||
"@babel/plugin-transform-runtime": "^7.12.10", | ||
"@babel/preset-env": "^7.12.11", | ||
"@babel/core": "^7.12.13", | ||
"@babel/plugin-external-helpers": "^7.12.13", | ||
"@babel/plugin-transform-runtime": "^7.12.15", | ||
"@babel/preset-env": "^7.12.13", | ||
"@commitlint/cli": "^11.0.0", | ||
"@commitlint/config-angular": "^11.0.0", | ||
"@rollup/plugin-babel": "^5.2.2", | ||
"chai": "^4.2.0", | ||
"@rollup/plugin-babel": "^5.2.3", | ||
"chai": "^4.3.0", | ||
"commitizen": "^4.2.3", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^7.18.0", | ||
"eslint": "^7.19.0", | ||
"eslint-config-holy-grail": "^48.0.5", | ||
@@ -43,3 +43,3 @@ "grunt": "^1.3.0", | ||
"karma-safari-launcher": "^1.0.0", | ||
"karma-sauce-launcher": "^4.3.4", | ||
"karma-sauce-launcher": "^4.3.5", | ||
"karma-sinon-chai": "^2.0.2", | ||
@@ -51,9 +51,9 @@ "karma-webpack": "^4.0.2", | ||
"pretty-quick": "^3.1.0", | ||
"rollup": "^2.36.2", | ||
"sinon": "^9.2.3", | ||
"rollup": "^2.38.4", | ||
"sinon": "^9.2.4", | ||
"sinon-chai": "^3.5.0", | ||
"ts-loader": "^8.0.14", | ||
"tsconfig-holy-grail": "^11.0.41", | ||
"ts-loader": "^8.0.15", | ||
"tsconfig-holy-grail": "^11.0.43", | ||
"tslint": "^6.1.3", | ||
"tslint-config-holy-grail": "^53.0.17", | ||
"tslint-config-holy-grail": "^53.1.0", | ||
"typescript": "^4.1.3", | ||
@@ -87,3 +87,3 @@ "webpack": "^4.46.0" | ||
"types": "build/es2019/module.d.ts", | ||
"version": "3.0.29" | ||
"version": "3.0.30" | ||
} |
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
35752
Updated@babel/runtime@^7.12.13
Updatedfast-unique-numbers@^5.0.23
Updatedworker-factory@^6.0.29