Socket
Socket
Sign inDemoInstall

winston-gelf-transporter

Package Overview
Dependencies
18
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

40

package.json
{
"name": "winston-gelf-transporter",
"version": "1.0.1",
"version": "1.0.2",
"description": "A Winston transporter for sending GELF messages",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"files": ["lib"],
"files": [
"lib"
],
"scripts": {

@@ -14,3 +16,9 @@ "prepublish": "npm run clean && npm run build",

"lint": "eslint src/**/*.ts",
"start": "npm run build && node lib/index.js"
"format": "prettier --write src/**/*.ts",
"start": "npm run build && node lib/index.js",
"prepublishOnly": "npm test && npm run lint",
"prepare": "npm run build",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},

@@ -34,16 +42,16 @@ "repository": {

"devDependencies": {
"@types/jest": "24.0.23",
"@types/node": "12.12.14",
"@typescript-eslint/eslint-plugin": "2.10.0",
"@typescript-eslint/parser": "2.10.0",
"eslint": "6.7.2",
"eslint-config-airbnb-base": "14.0.0",
"eslint-config-prettier": "6.7.0",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-prettier": "3.1.1",
"jest": "24.9.0",
"@types/jest": "25.1.4",
"@types/node": "13.9.1",
"@typescript-eslint/eslint-plugin": "2.23.0",
"@typescript-eslint/parser": "2.23.0",
"eslint": "6.8.0",
"eslint-config-airbnb-base": "14.1.0",
"eslint-config-prettier": "6.10.0",
"eslint-plugin-import": "2.20.1",
"eslint-plugin-prettier": "3.1.2",
"jest": "25.1.0",
"prettier": "1.19.1",
"ts-jest": "24.2.0",
"ts-node": "8.5.4",
"typescript": "3.7.4",
"ts-jest": "25.2.1",
"ts-node": "8.6.2",
"typescript": "3.8.3",
"winston": "3.2.1"

@@ -50,0 +58,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc