Socket
Socket
Sign inDemoInstall

dispatch-node-sdk

Package Overview
Dependencies
Maintainers
22
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.10.0 to 3.11.0

5

dist/lib/entities/job.js

@@ -157,3 +157,3 @@ 'use strict';

addPhoto: function addPhoto(fileToken, name, description, options) {
addPhoto: function addPhoto(fileToken, name, description, privateBool, options) {
var body = {

@@ -164,3 +164,4 @@ entity_type: 'Job',

name: name,
file_token: fileToken
file_token: fileToken,
private: privateBool
};

@@ -167,0 +168,0 @@

3

lib/entities/job.js

@@ -123,3 +123,3 @@ import isEmpty from 'lodash/isEmpty';

addPhoto: (fileToken, name, description, options) => {
addPhoto: (fileToken, name, description, privateBool, options) => {
const body = {

@@ -131,2 +131,3 @@ entity_type: 'Job',

file_token: fileToken,
private: privateBool,
};

@@ -133,0 +134,0 @@

{
"name": "dispatch-node-sdk",
"version": "3.10.0",
"version": "3.11.0",
"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