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

8

dist/browser.es.js

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

if (typeof window === 'undefined') {
// dont do this gets added to client...
require('source-map-support').install();
}
const types = struct.props.types;

@@ -528,2 +523,4 @@

if (typeof __dirname !== 'undefined') console.log('hub.js:', __dirname);
const fn = (val, stamp) => hub.create(val, stamp);

@@ -535,2 +532,1 @@

export default fn;
//# sourceMappingURL=browser.es.js.map

@@ -479,7 +479,2 @@ 'use strict';

if (typeof window === 'undefined') {
// dont do this gets added to client...
require('source-map-support').install();
}
const types = briskyStruct.struct.props.types;

@@ -532,2 +527,4 @@

if (typeof __dirname !== 'undefined') console.log('hub.js:', __dirname);
const fn = (val, stamp) => hub.create(val, stamp);

@@ -539,2 +536,1 @@

module.exports = fn;
//# sourceMappingURL=browser.js.map

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

if (typeof window === 'undefined') {
// dont do this gets added to client...
require('source-map-support').install();
}
const types = struct.props.types;

@@ -999,2 +994,4 @@

if (typeof __dirname !== 'undefined') console.log('hub.js:', __dirname);
const fn = (val, stamp) => hub.create(val, stamp);

@@ -1006,2 +1003,1 @@

export default fn;
//# sourceMappingURL=index.es.js.map

@@ -950,7 +950,2 @@ 'use strict';

if (typeof window === 'undefined') {
// dont do this gets added to client...
require('source-map-support').install();
}
const types = briskyStruct.struct.props.types;

@@ -1003,2 +998,4 @@

if (typeof __dirname !== 'undefined') console.log('hub.js:', __dirname);
const fn = (val, stamp) => hub.create(val, stamp);

@@ -1010,2 +1007,1 @@

module.exports = fn;
//# sourceMappingURL=index.js.map
{
"name": "hub.js",
"description": "Seamless realtime communcation",
"version": "0.0.11-b0159e8a2b46918d4c86b76fc2b456a954addff7",
"version": "0.0.11-b18830bfc1eb8e295a5dfd13af34af3d5a5f1070",
"main": "dist/index.js",

@@ -70,3 +70,2 @@ "module": "dist/index.es.js",

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

@@ -73,0 +72,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