contential
Advanced tools
Comparing version 0.0.11 to 0.0.12
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
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
5060
10
56
4
0