Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

roarr

Package Overview
Dependencies
Maintainers
1
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

roarr - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

3

dist/factories/createLogger.js

@@ -6,3 +6,2 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
const approximate_now_1 = require("approximate-now");
const detect_node_1 = __importDefault(require("detect-node"));

@@ -66,3 +65,3 @@ const fast_printf_1 = require("fast-printf");

const log = (a, b, c, d, e, f, g, h, i, j) => {
const time = approximate_now_1.approximateTime.now;
const time = Date.now();
const sequence = globalThis.ROARR.sequence++;

@@ -69,0 +68,0 @@ let context;

@@ -19,3 +19,2 @@ {

"dependencies": {
"approximate-now": "^1.0.0",
"boolean": "^3.0.2",

@@ -82,3 +81,3 @@ "detect-node": "^2.0.4",

"typings": "./dist/log.d.ts",
"version": "4.0.0"
"version": "4.0.1"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc