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

cobrowse-sdk-js

Package Overview
Dependencies
Maintainers
1
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cobrowse-sdk-js - npm Package Compare versions

Comparing version 2.10.2 to 2.11.0

iframe_storage/server.html

12

CHANGELOG.md

@@ -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 @@

10

dist/CobrowseIO.js.LICENSE.txt

@@ -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

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