@renovatebot/osv-offline
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -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) |
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
8534
+ Added@renovatebot/osv-offline-db@1.2.0(transitive)
- Removed@renovatebot/osv-offline-db@1.1.0(transitive)