Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@codefresh-io/audit

Package Overview
Dependencies
Maintainers
21
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.1.6 to 1.1.7

3

lib/audit/index.js

@@ -25,3 +25,4 @@ /* eslint class-methods-use-this: 0 */

createdAt: new Date(),
correlationId: _.get(auditData, 'metainfo.correlationId')
correlationId: _.get(auditData, 'metainfo.correlationId'),
ip: _.get(auditData, 'metainfo.ip'),
};

@@ -28,0 +29,0 @@ return auditDal.store(audit);

{
"name": "@codefresh-io/audit",
"version": "1.1.6",
"version": "1.1.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