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

@gedit/logger

Package Overview
Dependencies
Maintainers
4
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gedit/logger - npm Package Compare versions

Comparing version 0.2.7 to 0.2.8

2

lib/common/logger.d.ts

@@ -20,3 +20,3 @@ /********************************************************************************

export declare const LoggerFactory: unique symbol;
export declare type LoggerFactory = (name: string) => Logger;
export type LoggerFactory = (name: string) => Logger;
export declare const LoggerName: unique symbol;

@@ -23,0 +23,0 @@ export { LogLevel, rootLoggerName };

{
"name": "@gedit/logger",
"version": "0.2.7",
"version": "0.2.8",
"license": "MIT",

@@ -12,6 +12,6 @@ "main": "lib/common/index",

"dependencies": {
"@gedit/application-common": "^0.2.7",
"@gedit/connection": "^0.2.7",
"@gedit/keyboard": "^0.2.7",
"@gedit/utils": "^0.2.7"
"@gedit/application-common": "^0.2.8",
"@gedit/connection": "^0.2.8",
"@gedit/keyboard": "^0.2.8",
"@gedit/utils": "^0.2.8"
},

@@ -33,3 +33,3 @@ "geditExtensions": [

},
"gitHead": "5fd2e0b75c7fa4c5972e56d59dd00d7fce84f11a"
"gitHead": "0d2ac4eadcab052623caaedf2b658065129b2129"
}

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