Socket
Socket
Sign inDemoInstall

gelf-pro

Package Overview
Dependencies
1
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.10 to 1.3.11

4

package.json
{
"name": "gelf-pro",
"version": "1.3.10",
"version": "1.3.11",
"main": "./lib/gelf-pro.js",

@@ -26,3 +26,3 @@ "typings": "./typings/index.d.ts",

"scripts": {
"test": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec; ([ `node -v | cut -d'v' -f2 | cut -d. -f1` -gt 3 ] && (cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage) || true)"
"test": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec"
},

@@ -29,0 +29,0 @@ "dependencies": {

@@ -5,5 +5,4 @@ gelf pro

![Build Status](https://travis-ci.com/kkamkou/node-gelf-pro.svg?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/kkamkou/node-gelf-pro/badge.svg?branch=master)](https://coveralls.io/github/kkamkou/node-gelf-pro?branch=master)
[![Code Climate](https://codeclimate.com/github/kkamkou/node-gelf-pro/badges/gpa.svg)](https://codeclimate.com/github/kkamkou/node-gelf-pro)
![Build Status](https://github.com/kkamkou/node-gelf-pro/actions/workflows/node.js.yml/badge.svg?branch=master)
![Coverage Status](https://coveralls.io/repos/github/kkamkou/node-gelf-pro/badge.svg?branch=master)

@@ -17,3 +16,3 @@ ## Installation

`npm install gelf-pro` (**ALL** node.js versions are supported [0.x to 19.x] :)
`npm install gelf-pro` (**ALL** node.js versions are supported [0.x to 20.x] :)

@@ -20,0 +19,0 @@ Library depends on: `lodash#~4.17`

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