Socket
Socket
Sign inDemoInstall

darvin-testing-framework

Package Overview
Dependencies
16
Maintainers
6
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.0 to 2.2.1

4

index.js

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

const deepAssign = require('deep-assign');
const uuid = require('uuid/v4');
const crypto = require('crypto');

@@ -128,3 +128,3 @@ const fetch = require('./fetcher').fetch;

const name = sender && sender.name || 'test-user';
const id = `${sender && sender.id || name}-${sender && sender.uuid || uuid()}`;
const id = `${sender && sender.id || name}-${sender && sender.uuid || crypto.randomUUID()}`;
return {

@@ -131,0 +131,0 @@ id,

{
"name": "darvin-testing-framework",
"version": "2.2.0",
"version": "2.2.1",
"description": "A framework for testing Progress NativeChat bots.",

@@ -28,5 +28,4 @@ "main": "index.js",

"handlebars": "4.7.7",
"node-fetch": "2.6.7",
"uuid": "3.1.0"
"node-fetch": "2.6.7"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc