Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

angular-websocket

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-websocket - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

8

angular-websocket.js

@@ -43,2 +43,3 @@ ;(function(module, undefined) {

var wrappedWebSocket = {
states: ['CONNECTING', 'OPEN', 'CLOSING', 'CLOSED'],
on: function(event) {

@@ -60,3 +61,8 @@ return addListener(event);

},
readyState: function() {
return ws.readyState
},
currentState: function() {
return this.states[ws.readyState];
},
send: function(message) {

@@ -63,0 +69,0 @@ message = Array.prototype.slice.call(arguments);

2

bower.json
{
"name": "angular-websocket",
"version": "0.0.3",
"version": "0.0.4",
"homepage": "https://github.com/gdi2290/angular-websocket",

@@ -5,0 +5,0 @@ "authors": [

{
"name": "angular-websocket",
"version": "0.0.3",
"version": "0.0.4",
"main": "angular-websocket.js",

@@ -5,0 +5,0 @@ "description": "WebSocket service for Angular.js",

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