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

@monodeploy/logging

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@monodeploy/logging - npm Package Compare versions

Comparing version 3.3.1 to 3.5.0

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Changelog

## [3.5.0](https://github.com/tophat/monodeploy/compare/@monodeploy/logging@3.3.1...@monodeploy/logging@3.5.0) "@monodeploy/logging" (2022-11-30)<a name="3.5.0"></a>
### Features
* target yarn v3.3.0 ([0f1248e](https://github.com/tophat/monodeploy/commits/0f1248e))
* target yarn v3.3.0 (#576) ([0f1248e](https://github.com/tophat/monodeploy/commits/0f1248e))
## [3.3.1](https://github.com/tophat/monodeploy/compare/@monodeploy/logging@3.3.0...@monodeploy/logging@3.3.1) "@monodeploy/logging" (2022-10-13)<a name="3.3.1"></a>

@@ -7,0 +17,0 @@

6

lib/index.d.ts

@@ -1,3 +0,3 @@

import { Writable } from 'stream';
import { Report } from '@yarnpkg/core';
import { type Writable } from 'stream';
import { type Report } from '@yarnpkg/core';
export * from './invariants';

@@ -10,3 +10,3 @@ export declare const LOG_LEVELS: {

};
declare type Logger = (message: string | Error | unknown, { report, extras }: {
type Logger = (message: string | Error | unknown, { report, extras }: {
report?: Report | null;

@@ -13,0 +13,0 @@ extras?: string;

{
"name": "@monodeploy/logging",
"version": "3.3.1",
"version": "3.5.0",
"repository": {

@@ -31,8 +31,8 @@ "type": "git",

"@types/node": "^14.17.14",
"@yarnpkg/core": "^3.2.5"
"@yarnpkg/core": "^3.3.0"
},
"peerDependencies": {
"@yarnpkg/core": "^3.2.5"
"@yarnpkg/core": "^3.3.0"
},
"types": "./lib/index.d.ts"
}
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