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

@codefresh-io/audit

Package Overview
Dependencies
Maintainers
31
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.6.1 to 1.6.2

3

lib/audit/audit.dal.js

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

const basicQuery = squel.select({ autoQuoteAliasNames: false })
const basicQuery = squel
.select({ autoQuoteAliasNames: false })
.from('"public"."Audits"', 'Audit');

@@ -46,0 +47,0 @@

{
"name": "@codefresh-io/audit",
"version": "1.6.1",
"version": "1.6.2",
"description": "Receive and collect audit logs",

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

"cf-errors": "^0.1.15",
"lodash": "4.17.21",
"pg": "~7.8.2",
"sequelize": "~4.44.4",
"lodash": "^4.17.21",
"pg": "^8.0.0",
"sequelize": "^6.1.0",
"squel": "^5.13.0"

@@ -46,3 +46,2 @@ },

"resolutions": {
"lodash": "4.17.21",
"js-yaml": "3.13.1"

@@ -49,0 +48,0 @@ },

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