async-array-buffer-broker
Advanced tools
Comparing version 1.2.2 to 1.2.5
@@ -7,3 +7,5 @@ { | ||
"dependencies": { | ||
"async-array-buffer-worker": "^2.1.1" | ||
"async-array-buffer-worker": "^2.1.3", | ||
"babel-runtime": "^6.26.0", | ||
"tslib": "^1.7.1" | ||
}, | ||
@@ -14,10 +16,11 @@ "description": "The broker which is used by the async-array-buffer package.", | ||
"babel-plugin-external-helpers": "^6.22.0", | ||
"babel-plugin-transform-runtime": "^6.23.0", | ||
"babel-preset-es2015": "^6.18.0", | ||
"chai": "^4.1.1", | ||
"eslint-config-holy-grail": "^20.0.0", | ||
"greenkeeper-lockfile": "^1.8.1", | ||
"chai": "^4.1.2", | ||
"eslint": "^4.6.1", | ||
"eslint-config-holy-grail": "^21.0.0", | ||
"greenkeeper-lockfile": "^1.9.0", | ||
"grunt": "^1.0.1", | ||
"grunt-cli": "^1.2.0", | ||
"grunt-contrib-clean": "^1.0.0", | ||
"grunt-contrib-uglify": "^3.0.0", | ||
"grunt-karma": "^2.0.0", | ||
@@ -31,3 +34,3 @@ "grunt-sh": "^0.2.0", | ||
"karma-firefox-launcher": "^1.0.0", | ||
"karma-leche": "0.0.14", | ||
"karma-leche": "0.0.16", | ||
"karma-mocha": "^1.2.0", | ||
@@ -39,13 +42,13 @@ "karma-safari-launcher": "^1.0.0", | ||
"load-grunt-config": "^0.19.2", | ||
"mocha": "^3.5.0", | ||
"rollup": "^0.49.2", | ||
"mocha": "^3.5.2", | ||
"rollup": "^0.49.3", | ||
"rollup-plugin-babel": "^3.0.2", | ||
"sinon": "^3.2.1", | ||
"sinon-chai": "^2.13.0", | ||
"ts-loader": "^2.3.4", | ||
"tsconfig-holy-grail": "^2.2.27", | ||
"ts-loader": "^2.3.7", | ||
"tsconfig-holy-grail": "^2.4.2", | ||
"tslint": "^5.7.0", | ||
"tslint-config-holy-grail": "^11.0.0", | ||
"typescript": "^2.4.2", | ||
"webpack": "^3.5.5" | ||
"tslint-config-holy-grail": "^11.0.1", | ||
"typescript": "^2.5.2", | ||
"webpack": "^3.5.6" | ||
}, | ||
@@ -73,3 +76,3 @@ "files": [ | ||
"types": "build/es2015/module.d.ts", | ||
"version": "1.2.2" | ||
"version": "1.2.5" | ||
} |
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
24071
3
37
10
+ Addedbabel-runtime@^6.26.0
+ Addedtslib@^1.7.1