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

@codefresh-io/audit

Package Overview
Dependencies
Maintainers
29
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.2.0 to 1.2.1

1

lib/audit/index.js

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

ip: _.get(auditData, 'metainfo.ip'),
loggedInByAdmin: _.get(auditData, 'metainfo.loggedInByAdmin'),
};

@@ -30,0 +31,0 @@ return auditDal.store(audit);

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

ip: DataTypes.STRING,
loggedInByAdmin: DataTypes.STRING,
}, {

@@ -23,0 +24,0 @@ timestamps: false,

2

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

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

Sorry, the diff of this file is not supported yet

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