Socket
Socket
Sign inDemoInstall

dispatch-node-sdk

Package Overview
Dependencies
Maintainers
1
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 0.0.28 to 0.0.29

1

dist/lib/dispatch.js

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

attachment: (0, _attachment2.default)(this),
brands: new _Collection2.default(this, endpoints.BRANDS),
jobs: new _Collection2.default(this, endpoints.JOBS),

@@ -90,0 +91,0 @@ jobOffers: new _Collection2.default(this, endpoints.JOB_OFFERS),

@@ -35,2 +35,3 @@ import _ from 'underscore';

attachment: attachmentMethods(this),
brands: new Collection(this, endpoints.BRANDS),
jobs: new Collection(this, endpoints.JOBS),

@@ -37,0 +38,0 @@ jobOffers: new Collection(this, endpoints.JOB_OFFERS),

2

package.json
{
"name": "dispatch-node-sdk",
"version": "0.0.28",
"version": "0.0.29",
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc