New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@transmute/cose

Package Overview
Dependencies
Maintainers
3
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.0.8 to 0.0.9

dist/getKid.d.ts

1

dist/index.d.ts

@@ -23,2 +23,3 @@ /// <reference types="node" />

};
getKid: (message: Uint8Array) => string;
binToHex: (bytes: any) => any;

@@ -25,0 +26,0 @@ hexToBin: (hexString: string) => Uint8Array;

@@ -30,4 +30,6 @@ "use strict";

const rfc9162_1 = require("@transmute/rfc9162");
const getKid_1 = __importDefault(require("./getKid"));
const cose = {
detached: detached_1.default,
getKid: getKid_1.default,
binToHex: rfc9162_1.RFC9162.binToHex,

@@ -34,0 +36,0 @@ hexToBin: rfc9162_1.RFC9162.hexToBin,

2

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

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

@@ -14,4 +14,6 @@ import signer from './signer'

import getKid from './getKid'
const cose = {
detached,
getKid,
binToHex: RFC9162.binToHex,

@@ -18,0 +20,0 @@ hexToBin: RFC9162.hexToBin,

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