aurelia-task-queue
Advanced tools
Comparing version 1.3.2 to 1.3.3
@@ -0,1 +1,11 @@ | ||
<a name="1.3.3"></a> | ||
## [1.3.3](https://github.com/aurelia/task-queue/compare/1.3.2...1.3.3) (2019-02-04) | ||
### Bug Fixes | ||
* **all:** change es2015 back to native-modules ([d8a308b](https://github.com/aurelia/task-queue/commit/d8a308b)) | ||
<a name="1.3.2"></a> | ||
@@ -2,0 +12,0 @@ ## [1.3.2](https://github.com/aurelia/task-queue/compare/1.3.1...1.3.2) (2019-01-18) |
{ | ||
"name": "aurelia-task-queue", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "A simple task queue for the browser that enables the queuing of both standard tasks and micro tasks.", | ||
@@ -18,3 +18,3 @@ "keywords": [ | ||
"main": "dist/commonjs/aurelia-task-queue.js", | ||
"module": "dist/es2015/aurelia-task-queue.js", | ||
"module": "dist/native-modules/aurelia-task-queue.js", | ||
"typings": "dist/aurelia-task-queue.d.ts", | ||
@@ -25,5 +25,18 @@ "repository": { | ||
}, | ||
"scripts": { | ||
"test": "karma start --single-run", | ||
"build": "gulp build", | ||
"cut-release": "gulp prepare-release", | ||
"ci": "gulp ci" | ||
}, | ||
"files": [ | ||
"dist", | ||
"doc", | ||
"src", | ||
"typings.json", | ||
"README.md", | ||
"LICENSE" | ||
], | ||
"jspm": { | ||
"registry": "npm", | ||
"jspmPackage": true, | ||
"main": "aurelia-task-queue", | ||
@@ -34,5 +47,2 @@ "format": "amd", | ||
}, | ||
"peerDependencies": { | ||
"aurelia-pal": "^1.0.0" | ||
}, | ||
"dependencies": { | ||
@@ -80,2 +90,3 @@ "aurelia-pal": "^1.0.0" | ||
"jasmine-core": "^2.4.1", | ||
"jspm": "^0.16.53", | ||
"karma": "^1.1.2", | ||
@@ -82,0 +93,0 @@ "karma-babel-preprocessor": "^6.0.1", |
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
0
58826
45
20
1259