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

@transmute/cose

Package Overview
Dependencies
Maintainers
0
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@transmute/cose - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

9

package.json
{
"name": "@transmute/cose",
"version": "0.2.4",
"version": "0.2.5",
"description": "COSE and related work.",

@@ -36,3 +36,2 @@ "main": "./dist/index.js",

"@types/jest": "^29.2.4",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^5.47.1",

@@ -43,3 +42,2 @@ "@typescript-eslint/parser": "^5.47.1",

"eslint": "^8.30.0",
"hpke-js": "^1.2.7",
"jest": "^29.3.1",

@@ -54,6 +52,5 @@ "moment": "^2.30.1",

"cbor-web": "^9.0.2",
"jose": "^4.14.4",
"node-hkdf-sync": "^1.0.0",
"uuid": "^9.0.1"
"hpke-js": "^1.2.9",
"jose": "^4.14.4"
}
}

@@ -5,3 +5,3 @@ import { exportJWK, exportPKCS8, importPKCS8 } from 'jose';

import * as x509 from "@peculiar/x509";
import { v4 } from 'uuid';
import { CoseSignatureAlgorithms } from '../cose/key';

@@ -70,5 +70,5 @@

const extensions: x509.JsonGeneralNames = [
{
type: 'url', value: `urn:uuid:${v4()}`
}
// {
// type: 'url', value: `https://vendor.example`
// }
]

@@ -75,0 +75,0 @@ const webCryptoAlgorithm = algTowebCryptoParams[req.alg]

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