New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

layer-websdk

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

layer-websdk - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

4

CHANGELOG.md
# Javascript SDK Change Log
## 1.0.3
* Fixes support for Query.dataType == layer.Query.InstanceDataType in handling Message ID change events.
## 1.0.2

@@ -4,0 +8,0 @@

2

package.json
{
"name": "layer-websdk",
"version": "1.0.2",
"version": "1.0.3",
"description": "Layer Web SDK - JavaScript library for adding chat services to your web application.",

@@ -5,0 +5,0 @@ "keywords": "layer,sdk,websdk,developers,communications,messaging,chat",

@@ -28,3 +28,3 @@ # Layer Web SDK

* For stricter code control, use `//cdn.layer.com/sdk/1.0.2/layer-websdk.min.js` instead.
* For stricter code control, use `//cdn.layer.com/sdk/1.0.3/layer-websdk.min.js` instead.

@@ -31,0 +31,0 @@ All classes can then be accessed via the `layer` namespace:

@@ -886,3 +886,3 @@ /**

if (midChanges.length) {
index = this._getIndex(midChanges[0].oldValue);
if (this.dataType === Query.ObjectDataType) index = this._getIndex(midChanges[0].oldValue);
if (this._handleMessagePositionChange(evt, index)) return;

@@ -889,0 +889,0 @@ }

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc