Socket
Socket
Sign inDemoInstall

dispatch-node-sdk

Package Overview
Dependencies
Maintainers
21
Versions
148
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dispatch-node-sdk - npm Package Compare versions

Comparing version 3.9.0 to 3.9.1

1

dist/lib/dispatch.js

@@ -172,2 +172,3 @@ 'use strict';

jobs: new _Collection2.default(this, endpoints.JOBS),
labels: new _Collection2.default(this, endpoints.LABELS),
layer: (0, _layerIdentityToken2.default)(this),

@@ -174,0 +175,0 @@ organization: (0, _organization2.default)(this),

@@ -25,2 +25,3 @@ 'use strict';

var JOBS = exports.JOBS = '/v3/jobs';
var LABELS = exports.LABELS = '/v2/labels';
var LAYER_IDENTITY_TOKENS = exports.LAYER_IDENTITY_TOKENS = '/v1/layer/identity_tokens';

@@ -27,0 +28,0 @@ var ORGANIZATIONS = exports.ORGANIZATIONS = '/v1/organizations';

@@ -73,2 +73,3 @@ import map from 'lodash/map';

jobs: new Collection(this, endpoints.JOBS),
labels: new Collection(this, endpoints.LABELS),
layer: layerMethods(this),

@@ -75,0 +76,0 @@ organization: organizationMethods(this),

@@ -20,2 +20,3 @@ export const ACCOUNT_ORGANIZATIONS = '/v1/account_organizations';

export const JOBS = '/v3/jobs';
export const LABELS = '/v2/labels';
export const LAYER_IDENTITY_TOKENS = '/v1/layer/identity_tokens';

@@ -22,0 +23,0 @@ export const ORGANIZATIONS = '/v1/organizations';

2

package.json
{
"name": "dispatch-node-sdk",
"version": "3.9.0",
"version": "3.9.1",
"description": "High- and low-level libraries for interacting with the Dispatch API",

@@ -5,0 +5,0 @@ "main": "dist/lib/index.js",

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