Socket
Socket
Sign inDemoInstall

graylog-api

Package Overview
Dependencies
47
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.1.2

3

index.js

@@ -42,2 +42,5 @@ var request = require('request');

method: m.method,
headers: {
Accept: 'application/json'
},
body: (m.method !== 'GET' && parameters) ? parameters : null,

@@ -44,0 +47,0 @@ json: false

2

package.json
{
"name": "graylog-api",
"version": "1.1.1",
"version": "1.1.2",
"description": "Node.js module for Graylog2 API",

@@ -5,0 +5,0 @@ "author": {

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