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

chatkitty

Package Overview
Dependencies
Maintainers
2
Versions
193
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chatkitty - npm Package Compare versions

Comparing version 1.52.9 to 1.52.10

dist/cjs/environment/environment.d.ts

12

package.json
{
"name": "chatkitty",
"version": "1.52.9",
"version": "1.52.10",
"description": "Build chat in minutes with ChatKitty's real-time messaging framework.",
"main": "dist/index.js",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",

@@ -19,3 +20,5 @@ "repository": "https://github.com/ChatKitty/chatkitty-js",

"build": "run-p build:*",
"build:main": "genversion --es6 src/environment/version.ts && tsc -p tsconfig.json",
"build:version": "genversion --es6 src/environment/version.ts",
"build:main": "tsc -p tsconfig.json",
"build:module": "tsc -p tsconfig.module.json",
"fix": "run-s fix:*",

@@ -90,3 +93,4 @@ "fix:prettier": "prettier \"src/**/*.ts\" --write",

"files": [
"dist",
"dist/cjs",
"dist/esm",
"!**/*.spec.*",

@@ -93,0 +97,0 @@ "!**/*.json",

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