Socket
Socket
Sign inDemoInstall

darvin-testing-framework

Package Overview
Dependencies
11
Maintainers
6
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.4-dev to 2.1.4-dev2

index2.js

4

fetcher.js
'use strict';
const fetch, { FetchError } = require('node-fetch');
const fetch = require('node-fetch');

@@ -10,3 +10,3 @@ const MAX_RETRIES = 5;

.catch(err => {
if (err instanceof FetchError || retries < MAX_RETRIES) {
if (err instanceof fetch.FetchError || retries < MAX_RETRIES) {
return _fetch(url, options, retries + 1);

@@ -13,0 +13,0 @@ } else {

{
"name": "darvin-testing-framework",
"version": "2.1.4-dev",
"version": "2.1.4-dev2",
"description": "A framework for testing Progress NativeChat bots.",

@@ -5,0 +5,0 @@ "main": "index.js",

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