Socket
Socket
Sign inDemoInstall

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.0.1 to 1.0.2

.commitlintrc.json

4

.releaserc.json
{
"branches": ["master"],
"branch": "master",

@@ -31,3 +32,4 @@ "ci": false,

"@semantic-release/git", {
"message": "Chore: (release) add version ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
"assets": ["README.md", "CHANGELOG.md", "package.json"],
"message": "Chore(release): add version ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}

@@ -34,0 +36,0 @@ ]

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

## [1.0.2](https://github.com/pustovitDmytro/winston-array-transport/compare/v1.0.1...v1.0.2) (2021-04-08)
## [1.0.1](https://github.com/pustovitDmytro/winston-array-transport/compare/v1.0.0...v1.0.1) (2020-05-07)

@@ -2,0 +4,0 @@

{
"name": "winston-array-transport",
"version": "1.0.1",
"version": "1.0.2",
"description": "write logs to js Array",

@@ -8,8 +8,8 @@ "main": "./lib",

"build": "babel src --out-dir ./lib",
"prepare": "npm run build",
"prepare": "npm run build && husky install",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"test:security": "npm audit",
"test:lint": "eslint src",
"test:mocha": "mocha --config .mocharc.json tests/**/*.js",
"test:coverage": "MODE=test nyc mocha --config .mocharc.json tests/**/*.js",
"test:mocha": "mocha --config .mocharc.json tests/**/*test.js",
"test:coverage": "MODE=test nyc mocha --config .mocharc.json tests/**/*test.js",
"coverage-check": "MODE=test nyc check-coverage",

@@ -42,3 +42,3 @@ "test": "npm run test:lint && npm run test:security || npm run test:coverage",

"@babel/node": "^7.2.2",
"@babel/polyfill": "^7.8.3",
"@babel/polyfill": "^7.8.7",
"@babel/plugin-proposal-class-properties": "^7.3.4",

@@ -50,2 +50,3 @@ "@babel/plugin-proposal-decorators": "^7.3.0",

"@babel/runtime": "^7.3.4",
"@commitlint/cli": "^12.1.1",
"@semantic-release/changelog": "^3.0.4",

@@ -71,5 +72,6 @@ "@semantic-release/commit-analyzer": "^6.1.0",

"fs-extra": "^8.1.0",
"mocha": "^6.1.4",
"husky": "^6.0.0",
"mocha": "^6.2.3",
"nyc": "^14.1.1",
"semantic-release": "^15.13.19",
"semantic-release": "^17.4.2",
"uuid": "^3.3.2",

@@ -76,0 +78,0 @@ "winston": "^3.2.1"

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