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

@renovatebot/osv-offline-db

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@renovatebot/osv-offline-db - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

2

dist/lib/db.d.ts
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"
}
}
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