cobrowse-sdk-js
Advanced tools
Comparing version 2.38.0 to 2.39.0
@@ -5,2 +5,16 @@ # Changelog | ||
## [2.39.0](#) (2024-06-18) | ||
### Features | ||
* add universal cobrowse capability ([#162](#)) ([6d14eb1](#)) | ||
* scope and filter universal cobrowse cookies ([#159](#)) ([3399890](#)) | ||
### Bug Fixes | ||
* only invalidateFrames when selectors change ([#163](#)) ([6cb83f1](#)) | ||
* only tap attributes getter/setters if they exist ([6598fec](#)) | ||
## [2.38.0](#) (2024-06-14) | ||
@@ -7,0 +21,0 @@ |
@@ -0,3 +1,10 @@ | ||
/*! | ||
* cookie | ||
* Copyright(c) 2012-2014 Roman Shtylman | ||
* Copyright(c) 2015 Douglas Christopher Wilson | ||
* MIT Licensed | ||
*/ | ||
/*! @license DOMPurify 2.4.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.4.5/LICENSE */ | ||
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ |
{ | ||
"name": "cobrowse-sdk-js", | ||
"version": "2.38.0", | ||
"version": "2.39.0", | ||
"description": "Cobrowse.io SDK for web", | ||
@@ -61,2 +61,3 @@ "exports": { | ||
"cbor-x": "^1.5.3", | ||
"cookie": "^0.6.0", | ||
"core-js": "^3.30.2", | ||
@@ -63,0 +64,0 @@ "dompurify": "^2.4.5", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
5099207
14
3
+ Addedcookie@^0.6.0
+ Addedcookie@0.6.0(transitive)