Socket
Socket
Sign inDemoInstall

stream-chat

Package Overview
Dependencies
Maintainers
5
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.26 to 0.1.27

13

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

@@ -10,2 +10,7 @@ "author": "GetStream",

"jsnext:main": "./dist/index.es.js",
"browser": {
"./dist/index.es.js": "./dist/browser.es.js",
"./dist/index.js": "./dist/browser.js"
},
"jsdelivr": "./dist/browser.full-bundle.min.js",
"license": "Other/Commercial",

@@ -54,2 +59,3 @@ "keywords": [

"eslint-plugin-markdown": "^1.0.0",
"faker": "^4.1.0",
"lint-staged": "^8.1.0",

@@ -67,2 +73,3 @@ "longjohn": "^0.2.12",

"rollup-plugin-scss": "^0.4.0",
"rollup-plugin-terser": "^4.0.4",
"rollup-plugin-url": "^2.0.0",

@@ -81,7 +88,3 @@ "sinon": "^7.2.3"

"lint-fix": "npx prettier --write '**/*.{js,ts,css,scss,json}' .eslintrc.json .prettierrc .babelrc && npx eslint --fix 'src/*.js' --max-warnings 0"
},
"browser": {
"./dist/index.es.js": "./dist/browser.es.js",
"./dist/index.js": "./dist/browser.js"
}
}
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