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

@furystack/logging

Package Overview
Dependencies
Maintainers
1
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@furystack/logging - npm Package Compare versions

Comparing version 3.1.2 to 3.1.3

8

package.json
{
"name": "@furystack/logging",
"version": "3.1.2",
"version": "3.1.3",
"description": "Logging API for FuryStack package",

@@ -28,8 +28,8 @@ "main": "dist/index.js",

"devDependencies": {
"@types/jest": "^29.2.2"
"@types/jest": "^29.2.3"
},
"homepage": "https://github.com/furystack/furystack",
"dependencies": {
"@furystack/inject": "^7.1.2",
"@furystack/utils": "^3.1.2"
"@furystack/inject": "^7.1.3",
"@furystack/utils": "^3.1.3"
},

@@ -36,0 +36,0 @@ "typings": "./types/index.d.ts",

@@ -5,7 +5,7 @@ import type { LeveledLogEntry, LogEntry } from './log-entries';

*/
export declare type LogEntryWithoutScope<T> = Omit<LogEntry<T>, 'scope'>;
export type LogEntryWithoutScope<T> = Omit<LogEntry<T>, 'scope'>;
/**
* Leveled log entry without scope variable
*/
export declare type LeveledLogEntryWithoutScope<T> = Omit<LeveledLogEntry<T>, 'scope'>;
export type LeveledLogEntryWithoutScope<T> = Omit<LeveledLogEntry<T>, 'scope'>;
/**

@@ -12,0 +12,0 @@ * A logger instance with predefined scopes

Sorry, the diff of this file is not supported yet

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