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

dependabot-config

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dependabot-config - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

2

dist/util/file.js

@@ -36,5 +36,5 @@ "use strict";

}
catch (err) {
catch (err) { // eslint-disable-line @typescript-eslint/no-unused-vars
return 'missing';
}
};
{
"name": "dependabot-config",
"version": "0.0.6",
"version": "0.0.7",
"description": "Utilities for creating and managing Dependabot config files",

@@ -47,23 +47,25 @@ "author": "Gray Brace",

"pretest": "rimraf ./coverage && rimraf ./reports",
"test": "jest --config jest.config.cjs --no-cache"
"test": "jest --config jest.config.json --no-cache"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.9.1",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"eslint": "^8.57.0",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"eslint": "^9.9.1",
"jest": "^29.7.0",
"jest-each": "^29.7.0",
"jest-junit": "^16.0.0",
"knip": "^5.17.3",
"knip": "^5.29.1",
"npm-run-all": "^4.1.5",
"rimraf": "^5.0.7",
"ts-jest": "^29.1.4",
"typescript": "^5.4.5"
"rimraf": "^6.0.1",
"ts-jest": "^29.2.5",
"typescript": "^5.5.4"
},
"dependencies": {
"minimatch": "^9.0.4",
"yaml": "^2.4.3",
"minimatch": "^10.0.1",
"yaml": "^2.5.0",
"yargs": "^17.7.2"
}
}
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