Socket
Socket
Sign inDemoInstall

darvin-testing-framework

Package Overview
Dependencies
Maintainers
5
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

darvin-testing-framework - npm Package Compare versions

Comparing version 1.10.0 to 1.11.0

9

index.js

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

describe(spec, options) {
if (!spec.name) {

@@ -51,6 +52,2 @@ throw Error('Tried to execute a spec without a name.');

if (spec.parameters) {
scenario.parameters = Object.assign({}, spec.parameters, scenario.parameters);
}
Object.keys(scenario).forEach(key => {

@@ -109,2 +106,6 @@ switch (key) {

if (spec.parameters) {
scenario.parameters = Object.assign({}, spec.parameters, scenario.parameters);
}
const that = this;

@@ -111,0 +112,0 @@ const sender = this._getSender(spec.sender);

{
"name": "darvin-testing-framework",
"version": "1.10.0",
"version": "1.11.0",
"description": "A framework for testing Kinvey Chat bots.",

@@ -5,0 +5,0 @@ "main": "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