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

contential

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

contential - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

.github/workflows/test.yaml

2

dist/index.d.ts
declare const contential: () => void;
export { contential };
export { contential, contential as default };
// src/index.ts
var contential = () => {
console.log("Contential AI");
console.log("Contential");
};
var src_default = contential;
export {
contential
contential,
src_default as default
};
{
"name": "contential",
"version": "0.0.11",
"version": "0.0.12",
"description": "Contential TypeScript client",

@@ -5,0 +5,0 @@ "author": "Marcel Thomas",

@@ -1,1 +0,3 @@

# Contential - TypeScript
# Contential - JavaScript
For more information visit [docs.contential.ai](https://docs.contential.ai).

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

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