Socket
Socket
Sign inDemoInstall

@swimlane/cosign

Package Overview
Dependencies
65
Maintainers
45
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.1 to 1.4.0

scripts/artifacts/cosign/v1.13.1/cosign-darwin-amd64.sig

12

CHANGELOG.md
# Changelog
## [1.4.0](https://github.com/swimlane/cosign-sdk/compare/v1.3.1...v1.4.0) (2022-12-28)
### Features
* updated cosign ([bc758af](https://github.com/swimlane/cosign-sdk/commit/bc758af62f19bd794c6a4925f9c7d563d4cd1da9))
### Bug Fixes
* **deps:** update dependency fs-extra to v11 ([31c3e8d](https://github.com/swimlane/cosign-sdk/commit/31c3e8dd1fca66e7b05d371415c86071e6dde994))
## [1.3.1](https://github.com/swimlane/cosign-sdk/compare/v1.3.0...v1.3.1) (2022-10-04)

@@ -4,0 +16,0 @@

18

package.json
{
"name": "@swimlane/cosign",
"version": "1.3.1",
"version": "1.4.0",
"description": "",

@@ -27,3 +27,3 @@ "main": "./lib/index.js",

"execa": "5.1.1",
"fs-extra": "10.1.0",
"fs-extra": "11.1.0",
"temp": "0.9.4"

@@ -38,17 +38,17 @@ },

"devDependencies": {
"@commitlint/cli": "17.0.3",
"@commitlint/config-conventional": "17.0.3",
"@commitlint/cli": "17.3.0",
"@commitlint/config-conventional": "17.3.0",
"@types/archiver": "5.3.1",
"@types/fs-extra": "9.0.13",
"@types/node": "18.0.3",
"@types/node": "18.11.11",
"@types/temp": "0.9.1",
"concurrently": "7.3.0",
"concurrently": "7.6.0",
"copyfiles": "2.4.1",
"eslint": "8.20.0",
"eslint": "8.30.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
"husky": "8.0.1",
"prettier": "2.7.1",
"husky": "8.0.2",
"prettier": "2.8.1",
"rimraf": "3.0.2"
}
}

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

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

@@ -33,0 +33,0 @@ }

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