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

@heycharles/browser-sdk

Package Overview
Dependencies
Maintainers
1
Versions
666
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@heycharles/browser-sdk - npm Package Compare versions

Comparing version 2.9.0 to 2.9.1

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [2.9.1](https://github.com/c-commerce/charles-browser-sdk/compare/v2.9.0...v2.9.1) (2020-03-08)
### Bug Fixes
* **message:** add back feed ref ([28e3b63](https://github.com/c-commerce/charles-browser-sdk/commit/28e3b6354cb20010a3d34b233be646b8277523fe))
# [2.9.0](https://github.com/c-commerce/charles-browser-sdk/compare/v2.8.0...v2.9.0) (2020-03-08)

@@ -2,0 +9,0 @@

4

dist/messaging/message.js

@@ -98,3 +98,5 @@ "use strict";

else if (options.rawPayload.feed) {
// this.feed = Feed.createUninitialized({ id: options.rawPayload.feed }, this.universe, this.http, null)
_this.feed = {
id: options.rawPayload.feed
};
}

@@ -101,0 +103,0 @@ else {

{
"name": "@heycharles/browser-sdk",
"version": "2.9.0",
"version": "2.9.1",
"description": "The Browser SDK for the Charles APIs.",

@@ -5,0 +5,0 @@ "keywords": [],

Sorry, the diff of this file is not supported yet

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

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