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

angular-websocket

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-websocket - npm Package Versions

23

2.0.1

Diff

angularclass
published 2.0.0 •

Changelog

Source

2.0.0 (2016-5-21)

Features:

  • Repackage library
  • Package source files no longer duplicated

Bugfixes:

  • autoApply is undefined error
  • arraybuffer data type

BREAKING CHANGES:

  • package source files are not duplicated
    • if using files from /, use /dist/ instead
      • change /angular-websocket-mock.js to /dist/angular-websocket-mock.js
      • change /angular-websocket.js to /dist/angular-websocket.js
      • change /angular-websocket-min.js to /dist/angular-websocket-min.js
      • change /angular-websocket-min.js.map to /dist/angular-websocket-min.js.map
gdi2290
published 1.1.0 •

Changelog

Source

1.1.0 (2016-4-4)

gdi2290
published 1.0.14 •

Changelog

Source

1.0.14 (2015-9-15)

gdi2290
published 1.0.13 •

Changelog

Source

1.0.13 (2015-6-2)

Build:

  • UpdatedevDependencies
gdi2290
published 1.0.12 •

Changelog

Source

1.0.12 (2015-6-2)

Features:

  • Update to angular 1.3.15
  • Added an alwaysReconnect option
  • Can mock a websocket server for testing purpose.
  • Use Angular's bind polyfill

Bugfixes:

  • Pass options to the $websocket constructor
  • Fix MockWebsocket readyState and flush
gdi2290
published 1.0.9 •

Changelog

Source

1.0.9 (2015-2-22)

Features:

  • Export module for better browserify support

Bugfixes:

  • Missing ws dependency for browserify
gdi2290
published 1.0.8 •

Changelog

Source

1.0.8 (2015-1-29)

Features:

  • Allow .asyncApply() if useApplyAsync is true in config
  • Pass event to .notifyOpenCallbacks() callbacks
  • Tests for .bindToScope and .safeDigest

Bugfixes:

  • Bind ._connect() correctly for .reconnect()
  • Correct rootScopeFailover of $rootScope with bindToScope
gdi2290
published 1.0.7 •

Changelog

Source

1.0.7 (2015-1-20)

Features:

  • Named functions for debugging
  • Add .bindToScope() and expose .safeDigest() with scope/rootScopeFailover option

Bugfixes:

  • Remove default protocol

Deprecated:

  • Change $WebSocketBackend.createWebSocketBackend -> $WebSocketBackend.create
gdi2290
published 1.0.6 •

Changelog

Source

1.0.6 (2015-1-7)

Features:

  • Include onErrorCallbacks docs
  • Include onCloseCallbacks docs

Bugfixes:

  • Typo in _connect()
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