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

@codefresh-io/audit

Package Overview
Dependencies
Maintainers
19
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codefresh-io/audit - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

1

lib/audit/index.js

@@ -18,2 +18,3 @@ /* eslint class-methods-use-this: 0 */

req_query: JSON.stringify(_.get(auditData, 'request.query')),
req_params: JSON.stringify(_.get(auditData, 'request.params')),
rs_status: _.get(auditData, 'response.status'),

@@ -20,0 +21,0 @@ createdAt: new Date()

@@ -11,2 +11,3 @@ module.exports = function (sequelize, DataTypes) {

req_query: DataTypes.TEXT,
req_params: DataTypes.TEXT,
rs_status: DataTypes.INTEGER,

@@ -13,0 +14,0 @@ createdAt: DataTypes.DATE

2

package.json
{
"name": "@codefresh-io/audit",
"version": "1.0.6",
"version": "1.0.7",
"description": "Receive and collect audit logs",

@@ -5,0 +5,0 @@ "main": "lib/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