Socket
Socket
Sign inDemoInstall

roarr

Package Overview
Dependencies
28
Maintainers
1
Versions
150
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.6.0 to 7.6.1

2

dist/src/types.d.ts
/// <reference types="node" />
import type { AsyncLocalStorage } from 'async_hooks';
export declare type JsonObject = {
[key: string]: JsonValue;
[Key in string]?: JsonValue;
};

@@ -6,0 +6,0 @@ export declare type JsonValue = JsonObject | JsonValue[] | boolean | number | string | null;

@@ -76,3 +76,3 @@ {

"typings": "./dist/src/Roarr.d.ts",
"version": "7.6.0"
"version": "7.6.1"
}
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