Socket
Socket
Sign inDemoInstall

broadcast-channel

Package Overview
Dependencies
Maintainers
1
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

broadcast-channel - npm Package Compare versions

Comparing version 2.1.10 to 2.1.11

40

package.json
{
"name": "broadcast-channel",
"version": "2.1.10",
"version": "2.1.11",
"description": "A BroadcastChannel shim/polyfill that works in New Browsers, Old Browsers, WebWorkers and NodeJs",

@@ -63,3 +63,3 @@ "homepage": "https://github.com/pubkey/broadcast-channel#readme",

"dependencies": {
"@babel/runtime": "7.3.4",
"@babel/runtime": "7.4.3",
"detect-node": "2.0.4",

@@ -73,15 +73,15 @@ "js-sha3": "0.8.0",

"devDependencies": {
"@babel/cli": "7.2.3",
"@babel/core": "7.3.4",
"@babel/cli": "7.4.3",
"@babel/core": "7.4.3",
"@babel/plugin-check-constants": "7.0.0-beta.38",
"@babel/plugin-proposal-object-rest-spread": "7.3.4",
"@babel/plugin-proposal-object-rest-spread": "7.4.3",
"@babel/plugin-transform-member-expression-literals": "7.2.0",
"@babel/plugin-transform-property-literals": "7.2.0",
"@babel/plugin-transform-runtime": "7.3.4",
"@babel/polyfill": "7.2.5",
"@babel/preset-env": "7.3.4",
"@babel/types": "7.3.4",
"@babel/plugin-transform-runtime": "7.4.3",
"@babel/polyfill": "7.4.3",
"@babel/preset-env": "7.4.3",
"@babel/types": "7.4.0",
"@types/core-js": "2.5.0",
"assert": "1.4.1",
"async-test-util": "1.7.2",
"async-test-util": "1.7.3",
"browserify": "16.2.3",

@@ -91,9 +91,9 @@ "child-process-promise": "2.2.1",

"concurrently": "4.1.0",
"convert-hrtime": "2.0.0",
"convert-hrtime": "3.0.0",
"copyfiles": "2.1.0",
"cross-env": "5.2.0",
"eslint": "5.15.2",
"eslint": "5.16.0",
"gzip-size-cli": "3.0.0",
"http-server": "0.11.1",
"karma": "4.0.1",
"karma": "4.1.0",
"karma-babel-preprocessor": "8.0.0",

@@ -110,14 +110,14 @@ "karma-browserify": "6.0.0",

"karma-safari-launcher": "1.0.0",
"mocha": "5.2.0",
"node": "11.12.0",
"mocha": "6.1.3",
"node": "11.13.0",
"pre-commit": "1.2.2",
"random-int": "1.0.0",
"random-int": "2.0.0",
"random-token": "0.0.8",
"testcafe": "0.23.3",
"testcafe-hammerhead": "14.5.1",
"testcafe": "1.1.2",
"testcafe-hammerhead": "14.6.2",
"ts-node": "7.0.1",
"typescript": "3.3.3333",
"typescript": "3.4.3",
"uglifyjs-webpack-plugin": "2.1.2",
"watchify": "3.11.1",
"webpack": "4.29.6",
"webpack": "4.30.0",
"webpack-cli": "3.3.0"

@@ -124,0 +124,0 @@ },

@@ -35,4 +35,2 @@

This API behaves similar to the [javascript-standard](https://developer.mozilla.org/en-US/docs/Web/API/Broadcast_Channel_API).
```bash

@@ -107,3 +105,4 @@ npm install --save broadcast-channel

```jest
```typescript
// jest
beforeAll(async () => {

@@ -115,3 +114,4 @@ const hasRun = await BroadcastChannel.clearNodeFolder();

```Mocha
```typescript
// mocha
before(async () => {

@@ -118,0 +118,0 @@ const hasRun = await BroadcastChannel.clearNodeFolder();

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