@botpress/client
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -7,6 +7,6 @@ export type ClientProps = { | ||
botId?: string; | ||
dev?: boolean; | ||
token?: string; | ||
clientKey?: string; | ||
clientSecret?: string; | ||
timeout?: number; | ||
}; | ||
@@ -17,2 +17,3 @@ export type ClientConfig = { | ||
withCredentials: boolean; | ||
timeout?: number; | ||
} & ({ | ||
@@ -19,0 +20,0 @@ authStrategy: 'token'; |
{ | ||
"name": "@botpress/client", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Botpress Client", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.cjs", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
34
6
1664058