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

@renovatebot/osv-offline

Package Overview
Dependencies
Maintainers
2
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@renovatebot/osv-offline - npm Package Compare versions

Comparing version 1.2.4 to 1.2.5

2

dist/lib/download.js

@@ -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"
}
}
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