@sigstore/tuf
Advanced tools
Comparing version 2.3.0 to 2.3.1
@@ -27,3 +27,2 @@ "use strict"; | ||
const target_1 = require("./target"); | ||
const TUF_SEEDS_PATH = require.resolve('../seeds.json'); | ||
const TARGETS_DIR_NAME = 'targets'; | ||
@@ -84,4 +83,4 @@ class TUFClient { | ||
else { | ||
// Load the embedded repo seeds | ||
const seeds = JSON.parse(fs_1.default.readFileSync(TUF_SEEDS_PATH).toString('utf-8')); | ||
/* eslint-disable @typescript-eslint/no-var-requires */ | ||
const seeds = require('../seeds.json'); | ||
const repoSeed = seeds[mirrorURL]; | ||
@@ -88,0 +87,0 @@ if (!repoSeed) { |
{ | ||
"name": "@sigstore/tuf", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "Client for the Sigstore TUF repository", | ||
@@ -35,3 +35,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@sigstore/protobuf-specs": "^0.2.1", | ||
"@sigstore/protobuf-specs": "^0.3.0", | ||
"tuf-js": "^2.2.0" | ||
@@ -38,0 +38,0 @@ }, |
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
47452
410
+ Added@sigstore/protobuf-specs@0.3.2(transitive)
- Removed@sigstore/protobuf-specs@0.2.1(transitive)