@transmute/cose
Advanced tools
Comparing version 0.2.4 to 0.2.5
{ | ||
"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] |
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
5
10
318193
7864
+ Addedhpke-js@^1.2.9
+ Added@hpke/chacha20poly1305@1.6.1(transitive)
+ Added@hpke/common@1.7.1(transitive)
+ Added@hpke/core@1.7.1(transitive)
+ Added@hpke/dhkem-x25519@1.6.1(transitive)
+ Added@hpke/dhkem-x448@1.6.1(transitive)
+ Added@noble/ciphers@1.2.0(transitive)
+ Added@noble/curves@1.8.0(transitive)
+ Added@noble/hashes@1.7.0(transitive)
+ Addedhpke-js@1.6.1(transitive)
- Removednode-hkdf-sync@^1.0.0
- Removeduuid@^9.0.1
- Removedeyes@0.1.8(transitive)
- Removednode-hkdf-sync@1.0.0(transitive)
- Removeduuid@9.0.1(transitive)
- Removedvows@0.5.13(transitive)