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.14.5 to 7.14.6

2

dist/browser.d.ts
import { type RoarrGlobalState } from './types';
declare const ROARR: RoarrGlobalState;
declare const Roarr: import("./types").Logger<import("./types").JsonObject>;
declare const Roarr: import("./types").Logger;
export type { Logger, LogLevelName, Message, MessageContext, MessageEventHandler, MessageSerializer, RoarrGlobalState, TransformMessageFunction, } from './types';

@@ -5,0 +5,0 @@ export { ROARR, Roarr };

import { type RoarrGlobalState } from './types';
declare const ROARR: RoarrGlobalState;
declare const Roarr: import("./types").Logger<import("./types").JsonObject>;
declare const Roarr: import("./types").Logger;
export type { Logger, LogLevelName, LogWriter, Message, MessageContext, MessageEventHandler, MessageSerializer, RoarrGlobalState, TransformMessageFunction, } from './types';

@@ -5,0 +5,0 @@ export { ROARR, Roarr };

@@ -50,3 +50,3 @@ {

"tsx": "^3.12.3",
"typescript": "^4.9.4"
"typescript": "^5.0.2"
},

@@ -80,3 +80,3 @@ "files": [

"types": "./dist/Roarr.d.ts",
"version": "7.14.5"
"version": "7.14.6"
}

Sorry, the diff of this file is not supported yet

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