Socket
Socket
Sign inDemoInstall

@swimlane/cosign

Package Overview
Dependencies
65
Maintainers
54
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.1.0

scripts/artifacts/cosign/release-cosign.pub

7

CHANGELOG.md
# Changelog
## [1.1.0](https://github.com/swimlane/cosign-sdk/compare/v1.0.2...v1.1.0) (2022-07-29)
### Features
* updated cosign ([e99ef45](https://github.com/swimlane/cosign-sdk/commit/e99ef452526bc089c0bd21f5541357206bf625f6))
## [1.0.2](https://github.com/swimlane/cosign-sdk/compare/1.0.1...v1.0.2) (2022-07-20)

@@ -4,0 +11,0 @@

2

package.json
{
"name": "@swimlane/cosign",
"version": "1.0.2",
"version": "1.1.0",
"description": "",

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

@@ -30,3 +30,3 @@ const fs = require("fs-extra");

constructor(version = "v1.8.0") {
constructor(version = "v1.10.0") {
this.binVersion = version;

@@ -51,3 +51,3 @@ }

const sigFile = path.join(artifactsPath, binName, binVersion, `cosign-${platform}-${arch}${ext}.sig`);
const keyFile = path.join(artifactsPath, binName, `release-cosign.txt`);
const keyFile = path.join(artifactsPath, binName, `release-cosign.pub`);

@@ -54,0 +54,0 @@ const binUrl = new URL(

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc