Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aurelia-task-queue

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aurelia-task-queue - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

10

doc/CHANGELOG.md

@@ -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)

23

package.json
{
"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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc