@renovatebot/osv-offline-db
Advanced tools
Comparing version 1.3.2 to 1.3.3
import { Ecosystem } from './ecosystem'; | ||
import { Osv } from '..'; | ||
import type { Osv } from '..'; | ||
export declare class OsvOfflineDb { | ||
@@ -4,0 +4,0 @@ static readonly rootDirectory: string; |
@@ -13,6 +13,6 @@ "use strict"; | ||
class OsvOfflineDb { | ||
static rootDirectory = path_1.default.join((0, os_1.tmpdir)(), 'osv-offline'); | ||
db = {}; | ||
// eslint-disable-next-line @typescript-eslint/no-empty-function | ||
constructor() { | ||
this.db = {}; | ||
} | ||
constructor() { } | ||
async initialize() { | ||
@@ -46,2 +46,1 @@ for (const ecosystem of ecosystem_1.ecosystems) { | ||
exports.OsvOfflineDb = OsvOfflineDb; | ||
OsvOfflineDb.rootDirectory = path_1.default.join((0, os_1.tmpdir)(), 'osv-offline'); |
{ | ||
"name": "@renovatebot/osv-offline-db", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"main": "dist/index.js", | ||
@@ -11,11 +11,12 @@ "types": "dist/index.d.ts", | ||
"dependencies": { | ||
"@seald-io/nedb": "^4.0.1" | ||
"@seald-io/nedb": "^4.0.2" | ||
}, | ||
"devDependencies": { | ||
"@tsconfig/node14": "1.0.3", | ||
"@types/node": "18.13.0", | ||
"prettier": "2.8.4", | ||
"@tsconfig/node18": "2.0.0", | ||
"@tsconfig/strictest": "1.0.2", | ||
"@types/node": "18.16.4", | ||
"prettier": "2.8.8", | ||
"ts-node": "10.9.1", | ||
"typescript": "4.9.5" | ||
"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
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
10098
6
206
Updated@seald-io/nedb@^4.0.2