Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@contential/prompt

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contential/prompt - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

8

CHANGELOG.md
# @contential/prompt
## 0.0.13
## 0.0.14
### Patch Changes
- 261e5c7: Updated versions
- aab0d43: Added chat client
- bbaed02: Use latest version of @contential/api
- e5a75f7: Added client defaults
- Updated dependencies [261e5c7]
- Updated dependencies [aab0d43]
- Updated dependencies [e5a75f7]
- @contential/api@0.0.1
- @contential/api@0.0.3

@@ -18,3 +18,3 @@ type PromptClientOptions = {

declare const getClient: (options?: PromptClientOptions) => {
prompt: (options: PromptOptions) => Promise<{} | undefined>;
prompt: (options: PromptOptions) => Promise<void>;
};

@@ -21,0 +21,0 @@ declare const testApi = "testApi";

{
"name": "@contential/prompt",
"description": "Contential - Prompt",
"version": "0.0.13",
"version": "0.0.14",
"license": "MIT",

@@ -11,3 +11,3 @@ "main": "dist/index.js",

"dependencies": {
"@contential/api": "^0.0.1"
"@contential/api": "0.0.3"
},

@@ -14,0 +14,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

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