Socket
Socket
Sign inDemoInstall

stream-chat

Package Overview
Dependencies
Maintainers
1
Versions
295
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stream-chat - npm Package Compare versions

Comparing version 0.1.10 to 0.1.11

19

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

@@ -51,3 +51,2 @@ "author": "GetStream",

"eslint-plugin-markdown": "^1.0.0",
"husky": "^1.3.1",
"lint-staged": "^8.1.0",

@@ -59,18 +58,2 @@ "longjohn": "^0.2.12",

},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js}": [
"prettier --write",
"eslint --fix --max-warnings 0",
"git add"
],
"*.{json,css,scss,md}": [
"prettier --write",
"git add"
]
},
"scripts": {

@@ -77,0 +60,0 @@ "build": "babel src --out-dir dist --ignore node_modules",

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