Socket
Socket
Sign inDemoInstall

stream-chat

Package Overview
Dependencies
41
Maintainers
5
Versions
283
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.25 to 0.1.26

dist/browser.es.js

28

package.json
{
"name": "stream-chat",
"version": "0.1.25",
"version": "0.1.26",
"description": "JS SDK for the Stream Chat API",
"author": "GetStream",
"homepage": "https://getstream.io/chat/",
"main": "dist/index.js",
"module": "dist/index.js",
"main": "./dist/index.js",
"module": "./dist/index.es.js",
"jsnext:main": "./dist/index.es.js",
"license": "Other/Commercial",

@@ -56,7 +57,16 @@ "keywords": [

"prettier": "^1.15.2",
"rollup": "^0.68.2",
"rollup-plugin-babel": "^4.0.3",
"rollup-plugin-commonjs": "^9.1.8",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-replace": "^2.1.0",
"rollup-plugin-scss": "^0.4.0",
"rollup-plugin-url": "^2.0.0",
"sinon": "^7.2.3"
},
"scripts": {
"build": "babel src --out-dir dist --ignore node_modules",
"start": "babel src -w --out-dir dist --ignore node_modules",
"start": "rollup -c -w",
"build": "rollup -c",
"prettier": "npx prettier --list-different '**/*.{js,ts,md,css,scss,json}' .eslintrc.json .prettierrc .babelrc",

@@ -71,9 +81,5 @@ "prettier-fix": "npx prettier --write '**/*.{js,ts,md,css,scss,json}' .eslintrc.json .prettierrc .babelrc",

"browser": {
"crypto": false,
"jsonwebtoken": false,
"qs": false,
"url": false,
"http": false,
"https": false
"./dist/index.es.js": "./dist/browser.es.js",
"./dist/index.js": "./dist/browser.js"
}
}

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc