Socket
Socket
Sign inDemoInstall

audit-ci

Package Overview
Dependencies
Maintainers
2
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

audit-ci - npm Package Compare versions

Comparing version 4.2.0 to 5.0.0

6

lib/audit.js

@@ -17,6 +17,4 @@ const { yellow } = require("./colors");

const auditor = pm === "npm" ? npmAuditer : yarnAuditer;
const {
"pass-enoaudit": passENoAudit,
"retry-count": maxRetryCount,
} = config;
const { "pass-enoaudit": passENoAudit, "retry-count": maxRetryCount } =
config;

@@ -23,0 +21,0 @@ async function run(attempt = 0) {

{
"name": "audit-ci",
"version": "4.2.0",
"version": "5.0.0",
"description": "Audits npm and yarn projects in CI environments",

@@ -19,5 +19,5 @@ "license": "Apache-2.0",

"security",
"github",
"actions",
"travis",
"travis-ci",
"github-actions",
"circleci"

@@ -38,24 +38,24 @@ ],

"engines": {
"node": ">=8"
"node": ">=10"
},
"dependencies": {
"JSONStream": "^1.3.5",
"cross-spawn": "^7.0.3",
"event-stream": "4.0.1",
"jju": "^1.4.0",
"JSONStream": "^1.3.5",
"readline-transform": "1.0.0",
"semver": "^7.0.0",
"yargs": "^15.0.0"
"yargs": "^16.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-prettier": "^3.1.4",
"husky": "^4.0.0",
"mocha": "^7.2.0",
"prettier": "^2.0.2",
"pretty-quick": "^2.0.1"
"eslint": "^7.0.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^6.0.0",
"mocha": "^8.0.0",
"prettier": "^2.4.1",
"pretty-quick": "^3.1.1"
},

@@ -62,0 +62,0 @@ "husky": {

@@ -13,3 +13,3 @@ [![Build Status](https://travis-ci.com/IBM/audit-ci.svg?branch=main)](https://travis-ci.com/IBM/audit-ci)

- Node >=8 (except Yarn Berry, which requires Node >=12.13.0)
- Node >=10 (except Yarn Berry, which requires Node >=12.13.0)
- _(Optional)_ Yarn ^1.12.3 || Yarn >=2.4.0

@@ -16,0 +16,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