Socket
Socket
Sign inDemoInstall

@pusher/chatkit-client-react

Package Overview
Dependencies
7
Maintainers
8
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.2

3

dist/provider.js

@@ -105,3 +105,4 @@ "use strict";

tokenProvider: this.props.tokenProvider,
userId: this.props.userId
userId: this.props.userId,
sdkLanguage: "chatkit-client-react"
});

@@ -108,0 +109,0 @@ chatManager.connect().then(function (currentUser) {

{
"name": "@pusher/chatkit-client-react",
"version": "0.1.1",
"version": "0.1.2",
"description": "React SDK for Pusher Chatkit",

@@ -57,6 +57,7 @@ "main": "dist/index.js",

"prettier": "^1.18.2",
"publish-please": "^5.5.1",
"react-test-renderer": "^16.9.0"
},
"dependencies": {
"@pusher/chatkit-client": "^1.12.1",
"@pusher/chatkit-client": "^1.13.0",
"prop-types": "^15.7.2",

@@ -63,0 +64,0 @@ "react": "^16.9.0"

@@ -47,2 +47,3 @@ import chatkit from "@pusher/chatkit-client"

userId: this.props.userId,
sdkLanguage: "chatkit-client-react",
})

@@ -49,0 +50,0 @@

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