Socket
Socket
Sign inDemoInstall

dispatch-node-sdk

Package Overview
Dependencies
Maintainers
18
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.16.1 to 3.16.2

6

dist/lib/generateUUID.js
"use strict";
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
Object.defineProperty(exports, "__esModule", {

@@ -10,6 +8,6 @@ value: true

var _v = _interopRequireDefault(require("uuid/v4"));
var _uuid = require("uuid");
function _default() {
return (0, _v["default"])();
return (0, _uuid.v4)();
}

@@ -1,2 +0,2 @@

import uuidv4 from 'uuid/v4';
import { v4 as uuidv4} from 'uuid';

@@ -3,0 +3,0 @@ export default function () {

{
"name": "dispatch-node-sdk",
"version": "3.16.1",
"version": "3.16.2",
"description": "High- and low-level libraries for interacting with the Dispatch API",

@@ -69,3 +69,3 @@ "main": "dist/lib/index.js",

"timekeeper": "2.1.1",
"uuid": "3.2.1",
"uuid": "^8.3.2",
"webpack": "^4.42.1"

@@ -80,3 +80,3 @@ },

"moment-timezone": ">= 0.5.16",
"uuid": ">= 3.2.1"
"uuid": ">= 8.3.2"
},

@@ -83,0 +83,0 @@ "dependencies": {

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