Socket
Socket
Sign inDemoInstall

sockjs-client

Package Overview
Dependencies
14
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-beta.4 to 1.0.0-beta.5

5

Changelog.md

@@ -0,1 +1,6 @@

1.0.0-beta.5
=====
* Upgrade `url-parse` to 0.1.1 to fix #214
1.0.0-beta.4

@@ -2,0 +7,0 @@ =====

2

lib/version.js

@@ -1,1 +0,1 @@

module.exports = '1.0.0-beta.4';
module.exports = '1.0.0-beta.5';
{
"name": "sockjs-client",
"description": "SockJS-client is a browser JavaScript library that provides a WebSocket-like object. SockJS gives you a coherent, cross-browser, Javascript API which creates a low latency, full duplex, cross-domain communication channel between the browser and the web server.",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"author": "Bryce Kahle",

@@ -32,3 +32,3 @@ "browser": {

"json3": "^3.3.2",
"url-parse": "^0.1.0"
"url-parse": "^0.1.1"
},

@@ -35,0 +35,0 @@ "devDependencies": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc