New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nrk/rfetch

Package Overview
Dependencies
Maintainers
109
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nrk/rfetch - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

2

lib/rfetch.d.ts

@@ -50,2 +50,2 @@ export interface RetryOptionsContext {

export function rfetch(url: string, options: Object | null, retryOptions: RetryOptions | null): Promise<any>;
export default function rfetch(url: RequestInfo, options?: RequestInit, retryOptions?: RetryOptions): Promise<Response>;
{
"name": "@nrk/rfetch",
"version": "1.0.1",
"version": "1.1.0",
"description": "rfetch - fetch with retry",

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