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

gate-executor

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gate-executor - npm Package Compare versions

Comparing version 2.0.1 to 2.1.0

1

gate-executor.js

@@ -39,2 +39,3 @@ /* Copyright (c) 2014-2019 Richard Rodger, MIT License */

self.id = ++instance_counter
self.options = options

@@ -41,0 +42,0 @@ // Work queue.

11

package.json
{
"name": "gate-executor",
"version": "2.0.1",
"version": "2.1.0",
"description": "A work queue that can be gated, stopping to wait for sub-queues to complete.",

@@ -13,4 +13,3 @@ "main": "gate-executor.js",

"repo-tag": "REPO_VERSION=`node -e \"console.log(require('./package').version)\"` && echo TAG: v$REPO_VERSION && git commit -a -m v$REPO_VERSION && git push && git tag v$REPO_VERSION && git push --tags",
"repo-publish": "npm run prettier && npm test && npm run annotate && npm run repo-tag && npm publish --access public"
"repo-publish": "npm run clean-npm && npm i --registry http://registry.npmjs.org && npm run prettier && npm test && npm run annotate && npm run repo-tag && npm publish --access public --registry http://registry.npmjs.org"
},

@@ -46,8 +45,8 @@ "repository": {

"devDependencies": {
"code": "^5.2.4",
"coveralls": "^3.0.4",
"@hapi/code": "^6.0.0",
"@hapi/lab": "^20.3.2",
"coveralls": "^3.0.6",
"docco": "^0.8.0",
"lab": "^18.0.2",
"prettier": "^1.18.2"
}
}
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