@renovatebot/osv-offline
Advanced tools
Comparing version 1.2.4 to 1.2.5
@@ -36,3 +36,3 @@ "use strict"; | ||
} | ||
const octokitOptions = { auth: process.env.GITHUB_COM_TOKEN, request: { fetch: node_fetch_1.default } }; | ||
const octokitOptions = { auth: process.env['GITHUB_COM_TOKEN'], request: { fetch: node_fetch_1.default } }; | ||
let latestRelease = null; | ||
@@ -39,0 +39,0 @@ try { |
@@ -7,2 +7,3 @@ "use strict"; | ||
class OsvOffline { | ||
osvOfflineDb; | ||
// eslint-disable-next-line @typescript-eslint/no-empty-function | ||
@@ -9,0 +10,0 @@ constructor() { } |
{ | ||
"name": "@renovatebot/osv-offline", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"main": "dist/index.js", | ||
@@ -11,3 +11,3 @@ "types": "dist/index.d.ts", | ||
"dependencies": { | ||
"@renovatebot/osv-offline-db": "1.3.2", | ||
"@renovatebot/osv-offline-db": "1.3.3", | ||
"@octokit/rest": "^19.0.7", | ||
@@ -23,9 +23,9 @@ "adm-zip": "~0.5.10", | ||
"@types/fs-extra": "11.0.1", | ||
"@types/luxon": "3.2.0", | ||
"@types/node": "18.15.7", | ||
"@types/luxon": "3.3.0", | ||
"@types/node": "18.16.4", | ||
"@types/node-fetch": "2.6.3", | ||
"prettier": "2.8.7", | ||
"prettier": "2.8.8", | ||
"ts-node": "10.9.1", | ||
"typescript": "5.0.2" | ||
"typescript": "5.0.4" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
8898
137
+ Added@renovatebot/osv-offline-db@1.3.3(transitive)
- Removed@renovatebot/osv-offline-db@1.3.2(transitive)