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 2.0.0-beta.0 to 2.0.0

dist/index.d.mts

123

package.json
{
"name": "chatkitty",
"version": "2.0.0-beta.0",
"description": "Build chat in minutes with ChatKitty's real-time messaging framework.",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
"repository": "https://github.com/ChatKitty/chatkitty-js",
"version": "2.0.0",
"description": "ChatKitty is the first complete chat platform for your mobile and web apps. ChatKitty provides chat features that are easy to add to your new or existing app without having to build ui or a backend.",
"license": "MIT",
"keywords": [
"chat",
"messaging",
"conversation",
"react",
"chatkitty",
"chatkitty.com"
],
"scripts": {
"build": "run-p build:*",
"build:main": "genversion --es6 src/environment/version.ts && tsc -p tsconfig.json",
"fix": "run-s fix:*",
"fix:prettier": "prettier \"src/**/*.ts\" --write",
"fix:lint": "eslint src --ext .ts --fix",
"test": "run-s build test:*",
"test:lint": "eslint src --ext .ts",
"test:prettier": "prettier \"src/**/*.ts\" --list-different",
"test:unit": "nyc ava src/tests/*.ts --verbose",
"check-cli": "run-s src/tests diff-integration-tests check-integration-tests",
"check-integration-tests": "run-s check-integration-test:*",
"diff-integration-tests": "mkdir -p diff && rm -rf diff/test && cp -r src/tests diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\\\\\\\n\\\\\\\\nCommitted most recent integration test output in the \\\\\\\"diff\\\\\\\" directory. Review the changes with \\\\\\\"cd diff && git diff HEAD\\\\\\\" or your preferred git diff viewer.'",
"watch:build": "tsc -p tsconfig.json -w",
"watch:test": "nyc --silent ava --watch",
"cov": "run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html",
"cov:html": "nyc report --reporter=html",
"cov:lcov": "nyc report --reporter=lcov",
"cov:send": "run-s cov:lcov && codecov",
"cov:check": "nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100",
"doc": "run-s doc:html && open-cli build/docs/index.html",
"doc:html": "typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs",
"doc:json": "typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json",
"doc:publish": "gh-pages -m \"[ci skip] Updates\" -d build/docs",
"version": "standard-version",
"reset-hard": "git clean -dfx && git reset --hard && npm i",
"prepare-release": "run-s reset-hard src/tests cov:check doc:html version doc:publish"
},
"engines": {
"node": ">=10"
},
"dependencies": {
"@stomp/rx-stomp": "^1.1.2",
"axios": "^0.21.1",
"rxjs": "^6.6.7",
"sockjs-client": "^1.5.1",
"text-encoding": "^0.7.0"
},
"devDependencies": {
"@ava/typescript": "^1.1.1",
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@types/sockjs-client": "^1.5.0",
"@types/text-encoding": "0.0.35",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.22.1",
"ava": "^3.15.0",
"codecov": "^3.8.2",
"cspell": "^4.2.8",
"eslint": "^7.25.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.22.0",
"genversion": "^2.3.1",
"gh-pages": "^3.1.0",
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"open-cli": "^6.0.1",
"prettier": "^2.2.1",
"standard-version": "^9.3.0",
"ts-node": "^9.1.1",
"typedoc": "^0.20.36",
"typedoc-plugin-extras": "^1.1.7",
"typescript": "^4.2.4"
},
"files": [
"build/main",
"!**/*.spec.*",
"!**/*.json",
"CHANGELOG.md",
"LICENSE",
"README.md"
"dist"
],
"ava": {
"failFast": true,
"timeout": "60s",
"typescript": {
"rewritePaths": {
"src/": "build/main/"
}
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"require": [
"ws"
]
"./esm": "./dist/index.mjs",
"./cjs": "./dist/index.js",
"./package.json": "./package.json"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"prettier": {
"singleQuote": true
},
"nyc": {
"extends": "@istanbuljs/nyc-config-typescript",
"exclude": [
"**/*.spec.js"
]
"devDependencies": {
"lit-html": "^2.7.0"
}
}

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