Socket
Socket
Sign inDemoInstall

stream-chat

Package Overview
Dependencies
41
Maintainers
5
Versions
282
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.4 to 0.4.5

README.md

12

package.json
{
"name": "stream-chat",
"version": "0.4.4",
"version": "0.4.5",
"description": "JS SDK for the Stream Chat API",

@@ -82,14 +82,14 @@ "author": "GetStream",

"eslint": "npx eslint '**/*.{js,md}' --max-warnings 0",
"test": "NODE_ENV=test STREAM_LOCAL_TEST_RUN=yes mocha --exit --bail --timeout 15000 --require @babel/register test/*.js -- --async-stack-traces",
"testall": "NODE_ENV=test STREAM_LOCAL_TEST_RUN=yes mocha --exit --timeout 15000 --require @babel/register test/*.js -- --async-stack-traces",
"testwatch": "NODE_ENV=test STREAM_LOCAL_TEST_RUN=yes nodemon ./node_modules/.bin/mocha --timeout 15000 --require test-entry.js test/test.js",
"test": "NODE_ENV=test mocha --exit --bail --timeout 15000 --require @babel/register test/*.js -- --async-stack-traces",
"testall": "NODE_ENV=test mocha --exit --timeout 15000 --require @babel/register test/*.js -- --async-stack-traces",
"testwatch": "NODE_ENV=test nodemon ./node_modules/.bin/mocha --timeout 15000 --require test-entry.js test/test.js",
"lint": "npx prettier --list-different '**/*.{js,ts,css,scss,json}' .eslintrc.json .prettierrc .babelrc && npx eslint 'src/*.js' --max-warnings 0",
"lint-fix": "npx prettier --write '**/*.{js,ts,css,scss,json}' .eslintrc.json .prettierrc .babelrc && npx eslint --fix 'src/*.js' --max-warnings 0",
"prepare": "yarn run build"
"prepare": "rm -rf dist && yarn run build"
},
"husky": {
"hooks": {
"pre-commit": "cd .. && dotgit/hooks/pre-commit-format.sh && dotgit/hooks/pre-commit-reject-binaries.py"
"pre-commit": "./dotgit/hooks/pre-commit-format.sh && dotgit/hooks/pre-commit-reject-binaries.py"
}
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc