Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@algolia/transporter

Package Overview
Dependencies
Maintainers
61
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@algolia/transporter - npm Package Compare versions

Comparing version 4.0.0-beta.15 to 4.0.0-beta.16

2

dist/transporter.cjs.js

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

url: options.url,
accept: options.accept,
accept: options.accept || CallEnum.Any,
};

@@ -69,0 +69,0 @@ }

@@ -59,5 +59,5 @@ import { Cache } from '@algolia/cache-common';

/**
* The type of host.
* The type of host. Defaults to `Any`.
*/
readonly accept: CallType;
readonly accept?: CallType;
/**

@@ -64,0 +64,0 @@ * The protocol. Defaults to `https`.

@@ -62,3 +62,3 @@ import { MethodEnum } from '@algolia/requester-common';

url: options.url,
accept: options.accept,
accept: options.accept || CallEnum.Any,
};

@@ -65,0 +65,0 @@ }

{
"name": "@algolia/transporter",
"version": "4.0.0-beta.15",
"version": "4.0.0-beta.16",
"private": false,
"description": "Promise-based transporter layer with embedded retry strategy.",
"license": "MIT",
"sideEffects": false,
"main": "index.js",
"module": "dist/transporter.esm.js",
"types": "dist/transporter.d.ts",
"files": [

@@ -11,11 +15,7 @@ "index.js",

],
"sideEffects": false,
"main": "index.js",
"module": "dist/transporter.esm.js",
"types": "dist/transporter.d.ts",
"dependencies": {
"@algolia/cache-common": "4.0.0-beta.15",
"@algolia/logger-common": "4.0.0-beta.15",
"@algolia/requester-common": "4.0.0-beta.15"
"@algolia/cache-common": "4.0.0-beta.16",
"@algolia/logger-common": "4.0.0-beta.16",
"@algolia/requester-common": "4.0.0-beta.16"
}
}
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