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.4-test to 0.0.5-test

3

dist/index.d.ts

@@ -20,3 +20,4 @@ type PromptClientOptions = {

};
declare const testApi = "testApi";
export { PromptClientOptions, PromptConfig, PromptOnUpdate, PromptOptions, PromptOptionsData, getClient };
export { PromptClientOptions, PromptConfig, PromptOnUpdate, PromptOptions, PromptOptionsData, getClient, testApi };

@@ -43,3 +43,4 @@ "use strict";

__export(src_exports, {
getClient: () => getClient
getClient: () => getClient,
testApi: () => testApi
});

@@ -66,5 +67,7 @@ module.exports = __toCommonJS(src_exports);

};
var testApi = "testApi";
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
getClient
getClient,
testApi
});
{
"name": "@contential/prompt",
"version": "0.0.4-test",
"version": "0.0.5-test",
"license": "MIT",

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

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

@@ -13,0 +13,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