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.2 to 0.0.3

dist/browser.es.js

20

package.json
{
"name": "hub.js",
"description": "Seamless realtime communcation",
"version": "0.0.2",
"version": "0.0.3",
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
"browser": {
"./dist/index.js": "./dist/browser.js",
"./dist/index.es.js": "./dist/browser.es.js",
"./lib/uid/index.js": "./lib/uid/browser.js",
"./lib/server/index.js": "./lib/server/browser.js",
"./lib/client/websocket/index.js": "./lib/client/websocket/browser.js"
},
"scripts": {
"build": "rollup -c rollup/dist.js & rollup -c rollup/browser.js",
"watch": "rollup -c rollup/dist.js -w & rollup -c rollup/browser.js -w",
"build": "node rollup/build",
"pretest": "npm run build && standard",

@@ -15,3 +21,3 @@ "prepublish": "npm run build",

"test": "node test/index.js",
"dev": "rollup -c rollup/dist.js -w & nodemon --harmony-async-await test/index.js",
"dev": "node rollup/watch & nodemon --harmony-async-await test/index.js",
"cover": "nyc npm test",

@@ -50,8 +56,2 @@ "travis": "nyc npm test && nyc report --reporter=text-lcov | coveralls"

},
"browser": {
"./dist/index.es.js": "./dist/index.browser.js",
"./lib/uid/index.js": "./lib/uid/browser.js",
"./lib/server/index.js": "./lib/server/browser.js",
"./lib/client/websocket/index.js": "./lib/client/websocket/browser.js"
},
"devDependencies": {

@@ -58,0 +58,0 @@ "source-map-support": "^0.4.7",

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