Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hub.js

Package Overview
Dependencies
Maintainers
1
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hub.js - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

3

dist/browser.es.js

@@ -102,2 +102,5 @@ import hash from 'string-hash';

tick(() => {
if (!hub.connected) {
throw new Error('wtf is happening??????' + hub.id)
}
if (hub.connected.compute() === true) {

@@ -104,0 +107,0 @@ out(hub);

@@ -106,2 +106,5 @@ 'use strict';

tick(() => {
if (!hub.connected) {
throw new Error('wtf is happening??????' + hub.id)
}
if (hub.connected.compute() === true) {

@@ -108,0 +111,0 @@ out(hub);

@@ -101,2 +101,5 @@ import hash from 'string-hash';

tick(() => {
if (!hub.connected) {
throw new Error('wtf is happening??????' + hub.id)
}
if (hub.connected.compute() === true) {

@@ -103,0 +106,0 @@ out(hub);

@@ -105,2 +105,5 @@ 'use strict';

tick(() => {
if (!hub.connected) {
throw new Error('wtf is happening??????' + hub.id)
}
if (hub.connected.compute() === true) {

@@ -107,0 +110,0 @@ out(hub);

2

package.json
{
"name": "hub.js",
"description": "Seamless realtime communcation",
"version": "0.0.6",
"version": "0.0.7",
"main": "dist/index.js",

@@ -6,0 +6,0 @@ "module": "dist/index.es.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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