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

sigstore

Package Overview
Dependencies
Maintainers
2
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sigstore - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

8

dist/cli/index.js

@@ -74,3 +74,9 @@ "use strict";

const bundle = await index_1.sigstore.sign(buffer, signOptions);
const url = `${signOptions.rekorURL}/api/v1/log/entries`;
let url;
if (signOptions.rekorURL === index_1.sigstore.DEFAULT_REKOR_URL) {
url = `https://search.sigstore.dev`;
}
else {
url = `${signOptions.rekorURL}/api/v1/log/entries`;
}
const logIndex = bundle.verificationMaterial?.tlogEntries[0].logIndex;

@@ -77,0 +83,0 @@ console.error(`Created entry at index ${logIndex}, available at`);

2

package.json
{
"name": "sigstore",
"version": "1.3.0",
"version": "1.3.1",
"description": "code-signing for npm packages",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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