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

winston-telegram

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

winston-telegram - npm Package Compare versions

Comparing version 2.3.1 to 2.3.2

7

CHANGELOG.md

@@ -10,2 +10,6 @@ # Changelog

## [v2.3.2] - 2020-11-08
### Fixed
- Tests fixed.
## [v2.3.1] - 2020-11-07

@@ -120,3 +124,4 @@ ### Fixed

[unreleased]: https://github.com/ivanmarban/winston-telegram/compare/v2.3.1...develop
[unreleased]: https://github.com/ivanmarban/winston-telegram/compare/v2.3.2...develop
[v2.3.2]: https://github.com/ivanmarban/winston-telegram/compare/v2.3.1...v2.3.2
[v2.3.1]: https://github.com/ivanmarban/winston-telegram/compare/v2.3.0...v2.3.1

@@ -123,0 +128,0 @@ [v2.3.0]: https://github.com/ivanmarban/winston-telegram/compare/v2.2.2...v2.3.0

2

package.json
{
"name": "winston-telegram",
"description": "A Telegram transport for winston",
"version": "2.3.1",
"version": "2.3.2",
"author": "Ivan Marban",

@@ -6,0 +6,0 @@ "repository": {

@@ -98,3 +98,3 @@ const should = require('chai').should()

beforeEach(function () {
winston.remove()
winston.clear()
clock = sinon.useFakeTimers()

@@ -101,0 +101,0 @@ spy = sinon.spy(Transport.prototype, 'request')

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