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

backfill-logger

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backfill-logger - npm Package Compare versions

Comparing version 5.0.0-alpha.0 to 5.0.0

2

lib/outputFormatter.d.ts

@@ -6,4 +6,4 @@ import { LogLevel } from ".";

export declare const defaultFormatter: {
format(logLevel: "error" | "mute" | "silly" | "verbose" | "info" | "warn" | "trace", ...args: string[]): string[];
format(logLevel: "silly" | "verbose" | "info" | "warn" | "error" | "mute" | "trace", ...args: string[]): string[];
};
//# sourceMappingURL=outputFormatter.d.ts.map

@@ -10,3 +10,3 @@ {

},
"version": "5.0.0-alpha.0",
"version": "5.0.0",
"main": "lib/index.js",

@@ -24,7 +24,7 @@ "scripts": {

"devDependencies": {
"@types/node": "^12.0.0",
"backfill-utils-tsconfig": "^5.0.0-alpha.0",
"@types/node": "^13.13.4",
"backfill-utils-tsconfig": "^5.0.0",
"typescript": "3.7.4"
},
"gitHead": "03dace2c81101cd159f9596035b78d20c790bcdd"
"gitHead": "1c80a82b256bf77be1e24850beb0a8d83748b692"
}
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