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.11 to 0.0.13

7

CHANGELOG.md
# @contential/prompt
## 0.0.11
## 0.0.13
### Patch Changes
- 1cbb4d5: Use latest version of @contential/api
- bbaed02: Use latest version of @contential/api
- e5a75f7: Added client defaults
- Updated dependencies [e5a75f7]
- @contential/api@0.0.1
type PromptClientOptions = {
apiUrl?: string;
secretKey?: string;
key?: string;
};
type PromptConfig = {
secretKey: string;
key: string;
};

@@ -8,0 +8,0 @@ interface PromptOptions {

@@ -53,3 +53,3 @@ "use strict";

url: options == null ? void 0 : options.apiUrl,
secretKey: options == null ? void 0 : options.secretKey
key: options == null ? void 0 : options.key
});

@@ -56,0 +56,0 @@ return {

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

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

"dependencies": {
"@contential/api": "^0.0.6-test"
"@contential/api": "^0.0.1"
},

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

Sorry, the diff of this file is not supported yet

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