Socket
Socket
Sign inDemoInstall

darvin-testing-framework

Package Overview
Dependencies
Maintainers
6
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 2.1.2 to 2.1.3

7

fetcher.js

@@ -13,4 +13,3 @@ 'use strict';

return _fetch(url, options, retries + 1);
}
else {
} else {
throw err;

@@ -21,4 +20,4 @@ }

module.exports = {
module.exports = {
fetch: (url, options) => _fetch(url, options, 1)
};
};
{
"name": "darvin-testing-framework",
"version": "2.1.2",
"version": "2.1.3",
"description": "A framework for testing Progress NativeChat bots.",

@@ -20,11 +20,11 @@ "main": "index.js",

"devDependencies": {
"jshint": "^2.9.5"
"jshint": "2.12.0"
},
"dependencies": {
"bluebird": "^3.5.0",
"deep-assign": "^2.0.0",
"handlebars": "^4.0.11",
"node-fetch": "^1.7.1",
"uuid": "^3.1.0"
"bluebird": "3.5.0",
"deep-assign": "2.0.0",
"handlebars": "4.7.7",
"node-fetch": "2.6.1",
"uuid": "3.1.0"
}
}
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