Socket
Socket
Sign inDemoInstall

roarr

Package Overview
Dependencies
4
Maintainers
1
Versions
150
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.18.0 to 7.18.1

5

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

@@ -6,0 +9,0 @@ };

2

package.json

@@ -71,3 +71,3 @@ {

"types": "./dist/Roarr.d.ts",
"version": "7.18.0"
"version": "7.18.1"
}

@@ -13,3 +13,6 @@ import { type AsyncLocalStorage } from 'node:async_hooks';

type JsonObject = {
/**
* @public
*/
export type JsonObject = {
[k: string]: JsonValue;

@@ -16,0 +19,0 @@ };

Sorry, the diff of this file is not supported yet

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