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

audit-app

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

audit-app - npm Package Compare versions

Comparing version 0.8.0 to 0.8.1

2

config.schema.json

@@ -24,3 +24,3 @@ {

"type": "string",
"pattern": "^\\d+\\|((?:@[a-z\\d*~-][a-z\\d*._~-]*/)?[a-z\\d~-][a-z\\d._~-]*>)*?((?:@[a-z\\d*~-][a-z\\d*._~-]*/)?[a-z\\d~-][a-z\\d._~-]*)$"
"pattern": "^[\\w-]+\\|((?:@[a-z\\d*~-][a-z\\d*._~-]*/)?[a-z\\d~-][a-z\\d._~-]*>)*?((?:@[a-z\\d*~-][a-z\\d*._~-]*/)?[a-z\\d~-][a-z\\d._~-]*)$"
}

@@ -27,0 +27,0 @@ }

{
"name": "audit-app",
"version": "0.8.0",
"version": "0.8.1",
"description": "A cli tool for auditing apps & packages using their respective package managers.",

@@ -56,31 +56,31 @@ "keywords": [

"devDependencies": {
"@jest/types": "^27.2.5",
"@types/eslint": "^7.28.1",
"@types/jest": "^27.0.2",
"@types/node": "^14.17.27",
"@jest/types": "^28.1.3",
"@types/eslint": "^8.4.5",
"@types/jest": "^28.1.6",
"@types/node": "^14.18.22",
"@types/readline-transform": "^1.0.1",
"@types/semver": "^7.3.8",
"@types/semver": "^7.3.10",
"@types/wrap-ansi": "^3.0.0",
"@types/yargs": "^16.0.4",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"ajv": "^8.6.2",
"eslint": "^7.32.0",
"eslint-config-ackama": "^2.2.1",
"eslint": "^8.20.0",
"eslint-config-ackama": "^3.0.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jest": "^24.7.0",
"eslint-plugin-jest-formatting": "^3.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.6.0",
"eslint-plugin-jest-formatting": "^3.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.1",
"jest": "^27.3.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^28.1.3",
"memfs": "^3.2.0",
"prettier": "^2.4.1",
"prettier-config-ackama": "^0.1.2",
"ts-jest": "^27.0.7",
"ts-node": "^9.1.1",
"ttypescript": "^1.5.12",
"typescript": "^4.4.4",
"prettier": "^2.7.1",
"prettier-config-ackama": "^1.1.0",
"ts-jest": "^28.0.7",
"ts-node": "^10.9.1",
"ttypescript": "^1.5.13",
"typescript": "^4.7.4",
"unionfs": "^4.4.0"
}
}
# audit-app
> While `audit-app` is not officially deprecated, we strongly recommend using
> [`osv-detector`](https://github.com/G-Rath/osv-detector) instead - it does the
> exact same thing, only better! (and faster too)
A cli tool for auditing apps & packages using their respective package managers,

@@ -4,0 +8,0 @@ outputting the results in a form that makes it easy to triage advisories, and

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