Socket
Socket
Sign inDemoInstall

roarr

Package Overview
Dependencies
27
Maintainers
1
Versions
150
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.12.0 to 7.12.2

2

dist/src/types.d.ts
/// <reference types="node" />
import type { AsyncLocalStorage } from 'async_hooks';
export declare type JsonValue = JsonObject | JsonValue[] | boolean | number | string | null;
export declare type JsonValue = JsonObject | JsonValue[] | boolean | number | string | null | undefined;
export declare type JsonObject = {

@@ -5,0 +5,0 @@ [k: string]: JsonValue;

@@ -75,3 +75,3 @@ {

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