New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.11-b0159e8a2b46918d4c86b76fc2b456a954addff7 to 0.0.11-d31fc9af00c9a5bc4005887348dd1317dcd01909

2

dist/browser.es.js

@@ -527,2 +527,4 @@ import { create, parse, set, struct, subscribe } from 'brisky-struct';

console.log('HUB START...');
const fn = (val, stamp) => hub.create(val, stamp);

@@ -529,0 +531,0 @@

@@ -531,2 +531,4 @@ 'use strict';

console.log('HUB START...');
const fn = (val, stamp) => hub.create(val, stamp);

@@ -533,0 +535,0 @@

@@ -998,2 +998,4 @@ import { create, get, getKeys, getType, getVal, parse, puid, set, struct, subscribe } from 'brisky-struct';

console.log('HUB START...');
const fn = (val, stamp) => hub.create(val, stamp);

@@ -1000,0 +1002,0 @@

@@ -1002,2 +1002,4 @@ 'use strict';

console.log('HUB START...');
const fn = (val, stamp) => hub.create(val, stamp);

@@ -1004,0 +1006,0 @@

6

package.json
{
"name": "hub.js",
"description": "Seamless realtime communcation",
"version": "0.0.11-b0159e8a2b46918d4c86b76fc2b456a954addff7",
"version": "0.0.11-d31fc9af00c9a5bc4005887348dd1317dcd01909",
"main": "dist/index.js",

@@ -50,3 +50,4 @@ "module": "dist/index.es.js",

"vigour-ua": "^3.0.0",
"websocket": "^1.0.24"
"websocket": "^1.0.24",
"source-map-support": "^0.4.7"
},

@@ -71,3 +72,2 @@ "nyc": {

"rollup-watch": "^2.5.0",
"source-map-support": "^0.4.7",
"standard": "^8.1.0",

@@ -74,0 +74,0 @@ "tape": "4.6.0"

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