Socket
Socket
Sign inDemoInstall

@algolia/requester-common

Package Overview
Dependencies
Maintainers
62
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@algolia/requester-common - npm Package Compare versions

Comparing version 4.1.0 to 4.2.0

6

dist/requester-common.d.ts

@@ -55,13 +55,13 @@

*/
readonly content: string;
content: string;
/**
* If the request timeouted.
*/
readonly isTimedOut: boolean;
isTimedOut: boolean;
/**
* The http status code.
*/
readonly status: number;
status: number;
};
export { }
{
"name": "@algolia/requester-common",
"version": "4.1.0",
"version": "4.2.0",
"private": false,

@@ -5,0 +5,0 @@ "description": "Common interfaces for promise-based request libraries",

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