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.14 to 0.0.15

src/index.ts

3

dist/index.d.ts
declare const contential: () => void;
declare const contentialChat: () => void;
export { contential, contential as default };
export { contential, contentialChat, contential as default };

@@ -24,12 +24,18 @@ "use strict";

contential: () => contential,
contentialChat: () => contentialChat,
default: () => src_default
});
module.exports = __toCommonJS(src_exports);
var import_chat = require("@contential/chat");
var contential = () => {
console.log("contential");
};
var contentialChat = () => {
(0, import_chat.chat)();
};
var src_default = contential;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
contential
contential,
contentialChat
});
{
"name": "contential",
"version": "0.0.14",
"version": "0.0.15",
"license": "MIT",

@@ -9,2 +9,5 @@ "main": "dist/index.js",

"private": false,
"dependencies": {
"@contential/chat": "0.0.0"
},
"devDependencies": {

@@ -17,4 +20,4 @@ "eslint": "^7.32.0",

"typescript": "^5.1.6",
"eslint-config-custom": "0.0.0",
"tsconfig": "0.0.0"
"tsconfig": "0.0.0",
"eslint-config-custom": "0.0.0"
},

@@ -21,0 +24,0 @@ "scripts": {

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

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