New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cms_applog_models

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cms_applog_models - npm Package Compare versions

Comparing version 3.0.4 to 3.0.5

5

change.md

@@ -1,2 +0,5 @@

#Changes in version 3.0.4
# Changes in version 3.0.5
* Fix bug Applog models
# Changes in version 3.0.4
* support TCP protocol with Config requestOption.`protocol`

@@ -3,0 +6,0 @@

2

model/filebeats.js

@@ -393,2 +393,4 @@ const moment = require("moment-timezone");

result = data;
} else if (typeof data === 'object' && data != null) { // JSON
result = data;
} else if (typeof data === "number") {

@@ -395,0 +397,0 @@ result = data.toString();

{
"name": "cms_applog_models",
"version": "3.0.4",
"version": "3.0.5",
"description": "cms applog v2 model",

@@ -5,0 +5,0 @@ "main": "index.js",

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