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.1.0 to 7.2.0

3

dist/src/browser.d.ts

@@ -0,1 +1,2 @@

import { logLevels } from './constants';
import type { RoarrGlobalState } from './types';

@@ -5,2 +6,2 @@ declare const ROARR: RoarrGlobalState;

export type { Logger, Message, MessageEventHandler, RoarrGlobalState, TranslateMessageFunction, } from './types';
export { Roarr, ROARR, };
export { logLevels, Roarr, ROARR, };

@@ -6,4 +6,6 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.ROARR = exports.Roarr = void 0;
exports.ROARR = exports.Roarr = exports.logLevels = void 0;
const globalthis_1 = __importDefault(require("globalthis"));
const constants_1 = require("./constants");
Object.defineProperty(exports, "logLevels", { enumerable: true, get: function () { return constants_1.logLevels; } });
const createLogger_1 = require("./factories/createLogger");

@@ -10,0 +12,0 @@ const createRoarrInitialGlobalStateBrowser_1 = require("./factories/createRoarrInitialGlobalStateBrowser");

@@ -0,1 +1,2 @@

import { logLevels } from './constants';
import type { RoarrGlobalState } from './types';

@@ -5,2 +6,2 @@ declare const ROARR: RoarrGlobalState;

export type { Logger, Message, MessageEventHandler, RoarrGlobalState, TranslateMessageFunction, } from './types';
export { Roarr, ROARR, };
export { logLevels, Roarr, ROARR, };

@@ -7,6 +7,8 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.ROARR = exports.Roarr = void 0;
exports.ROARR = exports.Roarr = exports.logLevels = void 0;
const boolean_1 = require("boolean");
const fast_json_stringify_1 = __importDefault(require("fast-json-stringify"));
const globalthis_1 = __importDefault(require("globalthis"));
const constants_1 = require("./constants");
Object.defineProperty(exports, "logLevels", { enumerable: true, get: function () { return constants_1.logLevels; } });
const createLogger_1 = require("./factories/createLogger");

@@ -13,0 +15,0 @@ const createMockLogger_1 = require("./factories/createMockLogger");

@@ -82,3 +82,3 @@ {

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