UNPKG
@auth0/cose
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
COSE library for node.js
github.com/auth0-lab/cose
auth0-lab/cose
@auth0/cose
/
dist
/
node
/
esm
/
cbor.js
9 lines
(8 loc)
•
245 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
Encoder
, addExtension
as
addExtInt }
from
'cbor-x'
;
export
const
encoder =
new
Encoder
({
tagUint8Array
:
false
,
useRecords
:
false
,
mapsAsObjects
:
false
,
useTag259ForMaps
:
false
, });
export
const
addExtension = addExtInt;