cobrowse-sdk-js
Advanced tools
Comparing version 2.10.2 to 2.11.0
@@ -5,2 +5,14 @@ # Changelog | ||
## [2.11.0](#) (2021-11-02) | ||
### Features | ||
* Adds initial support for cross domain cobrowsing ([c34d0c9](#)) | ||
### Bug Fixes | ||
* prevent notifications being processed multiple times after multiple stop/start cycles ([f173a88](#)) | ||
### [2.10.2](#) (2021-10-04) | ||
@@ -7,0 +19,0 @@ |
@@ -1,9 +0,1 @@ | ||
/*! | ||
* JavaScript Cookie v2.2.1 | ||
* https://github.com/js-cookie/js-cookie | ||
* | ||
* Copyright 2006, 2015 Klaus Hartl & Fagner Brack | ||
* Released under the MIT license | ||
*/ | ||
/*! @license DOMPurify 2.3.0 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.3.0/LICENSE */ | ||
/*! @license DOMPurify 2.3.3 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.3.3/LICENSE */ |
{ | ||
"name": "cobrowse-sdk-js", | ||
"version": "2.10.2", | ||
"version": "2.11.0", | ||
"description": "Cobrowse.io SDK for web", | ||
@@ -8,2 +8,3 @@ "main": "dist/CobrowseIO.umd.js", | ||
"build": "npm run lint && webpack-cli --mode production", | ||
"build-dev": "npm run lint && webpack-cli --mode development", | ||
"start": "npm run lint && webpack-cli --progress --watch --mode development", | ||
@@ -26,6 +27,6 @@ "prepublishOnly": "npm run build", | ||
"devDependencies": { | ||
"@babel/core": "^7.14.6", | ||
"@babel/core": "^7.15.8", | ||
"@babel/plugin-proposal-class-properties": "^7.14.5", | ||
"@babel/preset-env": "^7.14.7", | ||
"@babel/register": "^7.14.5", | ||
"@babel/preset-env": "^7.15.8", | ||
"@babel/register": "^7.15.3", | ||
"babel-eslint": "^10.1.0", | ||
@@ -36,3 +37,3 @@ "babel-loader": "^8.2.2", | ||
"eslint-plugin-indent-class-properties": "^1.0.3", | ||
"eslint-webpack-plugin": "^2.5.4", | ||
"eslint-webpack-plugin": "^3.0.1", | ||
"karma": "^6.3.4", | ||
@@ -43,8 +44,8 @@ "karma-chrome-launcher": "^3.1.0", | ||
"media-recorder-demuxer": "github:cobrowseio/media-recorder-demuxer", | ||
"mocha": "^9.0.2", | ||
"mocha": "^9.1.3", | ||
"should": "^13.2.3", | ||
"standard": "^16.0.3", | ||
"standard": "^16.0.4", | ||
"vdom-utils": "github:cobrowseio/vdom-utils", | ||
"webpack": "^5.45.1", | ||
"webpack-cli": "^4.7.2", | ||
"webpack": "^5.59.0", | ||
"webpack-cli": "^4.9.1", | ||
"webpack-node-externals": "^3.0.0" | ||
@@ -54,9 +55,11 @@ }, | ||
"@arduino/cbor-js": "github:cobrowseio/cbor-js", | ||
"core-js": "^3.15.2", | ||
"dompurify": "^2.3.0", | ||
"@babel/plugin-proposal-export-default-from": "^7.14.5", | ||
"core-js": "^3.18.3", | ||
"dompurify": "^2.3.3", | ||
"events-polyfill": "^2.1.2", | ||
"fast-deep-equal": "^3.1.3", | ||
"js-cookie": "^2.2.1", | ||
"js-cookie": "^3.0.1", | ||
"lodash": "^4.17.21", | ||
"regenerator-runtime": "^0.13.7", | ||
"regenerator-runtime": "^0.13.9", | ||
"trusted-origin-storage": "^0.1.7", | ||
"uuid": "^8.3.2" | ||
@@ -63,0 +66,0 @@ }, |
# cobrowse-sdk-js | ||
# Cobrowse iframe server for cross-domain functionality | ||
Build and copy `/iframe_storage/server.*` to the frontend at `/apps/iframe_storage/server.*`. |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
690532
8
6
7
11
+ Added@ampproject/remapping@2.3.0(transitive)
+ Added@babel/code-frame@7.26.2(transitive)
+ Added@babel/compat-data@7.26.5(transitive)
+ Added@babel/core@7.26.7(transitive)
+ Added@babel/generator@7.26.5(transitive)
+ Added@babel/helper-compilation-targets@7.26.5(transitive)
+ Added@babel/helper-module-imports@7.25.9(transitive)
+ Added@babel/helper-module-transforms@7.26.0(transitive)
+ Added@babel/helper-plugin-utils@7.26.5(transitive)
+ Added@babel/helper-string-parser@7.25.9(transitive)
+ Added@babel/helper-validator-identifier@7.25.9(transitive)
+ Added@babel/helper-validator-option@7.25.9(transitive)
+ Added@babel/helpers@7.26.7(transitive)
+ Added@babel/parser@7.26.7(transitive)
+ Added@babel/plugin-proposal-export-default-from@7.25.9(transitive)
+ Added@babel/template@7.25.9(transitive)
+ Added@babel/traverse@7.26.7(transitive)
+ Added@babel/types@7.26.7(transitive)
+ Added@jridgewell/gen-mapping@0.3.8(transitive)
+ Added@jridgewell/resolve-uri@3.1.2(transitive)
+ Added@jridgewell/set-array@1.2.1(transitive)
+ Added@jridgewell/sourcemap-codec@1.5.0(transitive)
+ Added@jridgewell/trace-mapping@0.3.25(transitive)
+ Addedbrowserslist@4.24.4(transitive)
+ Addedcaniuse-lite@1.0.30001695(transitive)
+ Addedconvert-source-map@2.0.0(transitive)
+ Addeddebug@4.4.0(transitive)
+ Addedelectron-to-chromium@1.5.88(transitive)
+ Addedescalade@3.2.0(transitive)
+ Addedgensync@1.0.0-beta.2(transitive)
+ Addedglobals@11.12.0(transitive)
+ Addedjs-cookie@3.0.5(transitive)
+ Addedjs-tokens@4.0.0(transitive)
+ Addedjsesc@3.1.0(transitive)
+ Addedjson5@2.2.3(transitive)
+ Addedlru-cache@5.1.1(transitive)
+ Addedms@2.1.3(transitive)
+ Addednode-releases@2.0.19(transitive)
+ Addedpicocolors@1.1.1(transitive)
+ Addedsemver@6.3.1(transitive)
+ Addedtrusted-origin-storage@0.1.11(transitive)
+ Addedtslib@2.8.1(transitive)
+ Addedupdate-browserslist-db@1.1.2(transitive)
+ Addedyallist@3.1.1(transitive)
- Removedjs-cookie@2.2.1(transitive)
Updatedcore-js@^3.18.3
Updateddompurify@^2.3.3
Updatedjs-cookie@^3.0.1
Updatedregenerator-runtime@^0.13.9