Socket
Socket
Sign inDemoInstall

phoenix

Package Overview
Dependencies
Maintainers
3
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

phoenix - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

web/static/js/phoenix.js

8

CHANGELOG.md
# Changelog
## 1.2.1 (2016-8-11)
* Enhancements
* [Router] Improve errors for invalid route paths
* [Plug] Include new development error pages
* Bug Fixes
* [Endpoint] Fixed issue where endpoint would fail to code reload on next request after an endpoint compilation error
## 1.2.0 (2016-6-23)

@@ -5,0 +13,0 @@

4

package.json
{
"name": "phoenix",
"version": "1.2.0",
"version": "1.2.1",
"description": "The official JavaScript client for the Phoenix web framework.",

@@ -18,3 +18,3 @@ "license": "MIT",

},
"files": ["README.md", "LICENSE.md", "package.json", "priv/static/phoenix.js"],
"files": ["README.md", "LICENSE.md", "package.json", "priv/static/phoenix.js", "web/static/js/phoenix.js"],
"scripts": {

@@ -21,0 +21,0 @@ "test": "./node_modules/.bin/mocha ./web/test/**/*.js --compilers js:babel-register"

@@ -174,3 +174,3 @@ (function(exports){

// // receive initial presence data from server, sent after join
// myChannel.on("presences", state => {
// myChannel.on("presence_state", state => {
// presences = Presence.syncState(presences, state, onJoin, onLeave)

@@ -754,3 +754,3 @@ // displayUsers(Presence.list(presences))

this.log("transport", "connected to " + this.endPointURL(), this.transport.prototype);
this.log("transport", "connected to " + this.endPointURL());
this.flushSendBuffer();

@@ -757,0 +757,0 @@ this.reconnectTimer.reset();

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