New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

skedify-types

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

skedify-types - npm Package Compare versions

Comparing version 0.0.0-canary-20220517083819 to 0.0.0-canary-20220517094721

4

CHANGELOG.md
# skedify-types
## 0.0.0-canary-20220517083819
## 0.0.0-canary-20220517094721
### Patch Changes
- 0c814280: task/SKED-9404: Fix logger type mismatch between skedify-types and @skedify/logger
- e113daa8: task/SKED-9404: Fix logger type mismatch between skedify-types and @skedify/logger

@@ -9,0 +9,0 @@ ## 0.2.8

{
"version": "0.0.0-canary-20220517083819",
"version": "0.0.0-canary-20220517094721",
"name": "skedify-types",

@@ -4,0 +4,0 @@ "description": "Skedify Types",

@@ -20,14 +20,6 @@ export interface LoggerMeta {

export enum LOG_LEVEL {
TRACE = "trace",
DEBUG = "debug",
INFO = "info",
WARN = "warn",
ERROR = "error",
FATAL = "fatal",
EMERG = "emerg",
}
export type LogLevel = "trace" | "debug" | "info" | "warn" | "error" | "fatal" | "emerg";
export interface Logger {
log: (level: LOG_LEVEL, message: string, meta?: LoggerMeta) => void;
log: (level: LogLevel, message: string, meta?: LoggerMeta) => void;
trace: (message: string, meta?: LoggerMeta) => void;

@@ -34,0 +26,0 @@ debug: (message: string, meta?: LoggerMeta) => void;

@@ -19,13 +19,5 @@ export interface LoggerMeta {

}
export declare enum LOG_LEVEL {
TRACE = "trace",
DEBUG = "debug",
INFO = "info",
WARN = "warn",
ERROR = "error",
FATAL = "fatal",
EMERG = "emerg"
}
export declare type LogLevel = "trace" | "debug" | "info" | "warn" | "error" | "fatal" | "emerg";
export interface Logger {
log: (level: LOG_LEVEL, message: string, meta?: LoggerMeta) => void;
log: (level: LogLevel, message: string, meta?: LoggerMeta) => void;
trace: (message: string, meta?: LoggerMeta) => void;

@@ -32,0 +24,0 @@ debug: (message: string, meta?: LoggerMeta) => void;

Sorry, the diff of this file is not supported yet

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc