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

@fluido/dreno-core

Package Overview
Dependencies
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluido/dreno-core - npm Package Compare versions

Comparing version

to
0.5.3-alpha

2

dist/utils.d.ts
import type { JwtPayload } from './impl';
export declare function extractPayloadFromJwt<T = Record<string, any>>(token?: string): (T & JwtPayload) | null;
export declare function extractPayloadFromJwt<T = Record<string, any>>(token?: string): Promise<(T & JwtPayload) | null>;
{
"name": "@fluido/dreno-core",
"version": "0.5.2-alpha",
"version": "0.5.3-alpha",
"description": "Dreno library",

@@ -29,7 +29,8 @@ "license": "MIT",

"build:cjs": "esbuild --bundle --packages=external --platform=node --target=es2020 --format=cjs --out-extension:.js=.cjs --outdir=dist src/index.ts",
"build:types": "tsc"
"build:types": "tsc",
"esb": "esbuild"
},
"dependencies": {
"@types/js-cookie": "^3.0.4",
"buffer": "^6.0.3",
"base64url": "^3.0.1",
"js-cookie": "^3.0.5",

@@ -36,0 +37,0 @@ "lodash": "^4.17.21",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet