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

winston-array-transport

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

winston-array-transport - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

11

CHANGELOG.md

@@ -0,1 +1,12 @@

## [1.1.3](https://github.com/pustovitDmytro/winston-array-transport/compare/v1.1.2...v1.1.3) (2021-05-25)
### Chore
* export default in tests ([9d210e6](https://github.com/pustovitDmytro/winston-array-transport/commit/9d210e6f511a42a9c42f415ba6a64834346c11b0))
### Docs
* fix conflicts in README ([f56af8b](https://github.com/pustovitDmytro/winston-array-transport/commit/f56af8bc1c25dbb705b717adb3359f53f401bd1c))
## [1.1.2](https://github.com/pustovitDmytro/winston-array-transport/compare/v1.1.1...v1.1.2) (2021-05-25)

@@ -2,0 +13,0 @@

11

lib/index.js
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _os = _interopRequireDefault(require("os"));

@@ -13,3 +18,3 @@

module.exports = class ArrayTransport extends _winstonTransport.default {
class ArrayTransport extends _winstonTransport.default {
constructor(options = {}) {

@@ -36,2 +41,4 @@ super(options);

};
}
exports.default = ArrayTransport;

2

package.json
{
"name": "winston-array-transport",
"version": "1.1.2",
"version": "1.1.3",
"description": "write logs to js Array",

@@ -5,0 +5,0 @@ "main": "./lib",

@@ -37,6 +37,3 @@ # winston-array-transport

## Requirements
<<<<<<< HEAD
=======
[![Platform Status][appveyor-badge]][appveyor-url]
>>>>>>> 081e4ed03eebef0eda5305a1486a32cf91cdc62b

@@ -126,15 +123,9 @@ To use library you need to have [node](https://nodejs.org) and [npm](https://www.npmjs.com) installed in your machine:

<<<<<<< HEAD
[npm-downloads-badge]: https://img.shields.io/npm/dw/winston-array-transport
[npm-size-badge]: https://img.shields.io/bundlephobia/min/winston-array-transport
[npm-size-url]: https://bundlephobia.com/result?p=winston-array-transport
=======
[npm-downloads-badge]: https://img.shields.io/npm/dw/npm-boilerplate
[npm-size-badge]: https://img.shields.io/bundlephobia/min/npm-boilerplate
[npm-size-url]: https://bundlephobia.com/result?p=npm-boilerplate
[appveyor-badge]: https://ci.appveyor.com/api/projects/status/lik73h3vxd7687pr/branch/master?svg=true
[appveyor-url]: https://ci.appveyor.com/project/pustovitDmytro/npm-boilerplate/branch/master
[appveyor-badge]: https://ci.appveyor.com/api/projects/status/eoq0vx6x0067xo1a/branch/master?svg=true
[appveyor-url]: https://ci.appveyor.com/project/pustovitDmytro/winston-array-transport/branch/master
>>>>>>> 081e4ed03eebef0eda5305a1486a32cf91cdc62b
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