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.1.0 to 1.1.1

2

dist/lib/download.js

@@ -38,3 +38,3 @@ "use strict";

})).data[0];
const asset = latestRelease.assets.find((asset) => asset.name === 'osv-offline.zip');
const asset = latestRelease?.assets.find((asset) => asset.name === 'osv-offline.zip');
// if local database is the same size as remote database, don't download again

@@ -41,0 +41,0 @@ if (asset?.size === stats?.size) {

{
"name": "@renovatebot/osv-offline",
"version": "1.1.0",
"version": "1.1.1",
"main": "dist/index.js",

@@ -11,3 +11,3 @@ "types": "dist/index.d.ts",

"dependencies": {
"@renovatebot/osv-offline-db": "1.1.0",
"@renovatebot/osv-offline-db": "1.2.0",
"@octokit/rest": "^19.0.5",

@@ -24,3 +24,3 @@ "adm-zip": "~0.5.10",

"@types/node": "18.11.18",
"prettier": "2.8.1",
"prettier": "2.8.3",
"ts-node": "10.9.1",

@@ -27,0 +27,0 @@ "typescript": "4.9.4"

# osv-offline
[![Package version](https://img.shields.io/npm/v/@renovatebot/osv-offline?style=for-the-badge)](https://www.npmjs.com/package/@renovatebot/osv-offline)
[![Build status](https://img.shields.io/github/workflow/status/jamiemagee/osv-offline/Build?style=for-the-badge)](https://github.com/jamiemagee/osv-offline/actions/workflows/build.yml)
[![Build status](https://img.shields.io/github/actions/workflow/status/renovatebot/osv-offline/build.yml?branch=main&style=for-the-badge)](https://github.com/renovatebot/osv-offline/actions/workflows/build.yml)
[![MIT license](https://img.shields.io/badge/license-MIT-blue?style=for-the-badge)](./LICENSE)

@@ -6,0 +6,0 @@ ![Stability experimental](https://img.shields.io/badge/stability-experimental-orange.svg?style=for-the-badge)

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