Socket
Socket
Sign inDemoInstall

sockjs

Package Overview
Dependencies
6
Maintainers
5
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.22 to 0.3.23

get-pip.py

2

lib/transport.js

@@ -9,3 +9,3 @@ // Generated by CoffeeScript 1.12.7

uuidv4 = require('uuid/v4');
uuidv4 = require('uuid').v4;

@@ -12,0 +12,0 @@ utils = require('./utils');

{
"name": "sockjs",
"description": "SockJS-node is a server counterpart of SockJS-client a JavaScript library that provides a WebSocket-like object in the browser. 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": "0.3.22",
"version": "0.3.23",
"author": "Marek Majkowski",

@@ -6,0 +6,0 @@ "bugs": {

Sorry, the diff of this file is not supported yet

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