New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

sockjs-client

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sockjs-client - npm Package Compare versions

Comparing version 1.0.0-beta.8 to 1.0.0-beta.9

5

Changelog.md

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

1.0.0-beta.9
====
* Upgrade `url-parse` to 0.2.1 to fix 'too much recursion' errors
1.0.0-beta.8

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

2

lib/version.js

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

module.exports = '1.0.0-beta.8';
module.exports = '1.0.0-beta.9';
{
"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.8",
"version": "1.0.0-beta.9",
"author": "Bryce Kahle",

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

"json3": "^3.3.2",
"url-parse": "^0.2.0"
"url-parse": "^0.2.1"
},

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

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