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

@contential/chat

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contential/chat - npm Package Compare versions

Comparing version 0.0.1-test to 0.0.2-test

.changeset/config.json

3

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

@@ -1,2 +0,1 @@

"use strict";
var __defProp = Object.defineProperty;

@@ -24,17 +23,12 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;

chat: () => chat,
default: () => src_default,
sendMessage: () => sendMessage
default: () => src_default
});
module.exports = __toCommonJS(src_exports);
var chat = () => {
console.log("@contential/chat 1");
console.log("@contential/chat");
};
var sendMessage = () => {
console.log("Send message 1");
};
var src_default = chat;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
chat,
sendMessage
chat
});
{
"name": "@contential/chat",
"version": "0.0.1-test",
"version": "0.0.2-test",
"license": "MIT",

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

"private": false,
"devDependencies": {
"eslint": "^7.32.0",
"npm-run-all": "^4.1.5",
"rimraf": "^5.0.1",
"tsup": "^7.1.0",
"tsx": "^3.12.7",
"typescript": "^5.1.6",
"eslint-config-custom": "0.0.0",
"tsconfig": "0.0.0"
},
"scripts": {

@@ -25,4 +15,6 @@ "dev": "tsup src/index.ts --dts --watch",

"build:main": "tsup src/index.ts --format cjs,esm --dts",
"lint": "eslint \"**/*.ts*\""
}
}
"lint": "eslint \"**/*.ts*\"",
"publish:prod": "changeset version && changeset publish"
},
"devDependencies": {}
}

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