Socket
Socket
Sign inDemoInstall

phoenix

Package Overview
Dependencies
Maintainers
2
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.4.1 to 1.4.2

5

assets/js/phoenix.js

@@ -118,3 +118,3 @@ /**

* ```javascript
* let channel = new socket.channel("some:topic")
* let channel = socket.channel("some:topic")
* let presence = new Presence(channel)

@@ -777,2 +777,5 @@ * ```

* @param {Object} params - The params to send when connecting, for example `{user_id: userToken}`
*
* Passing params to connect is deprecated; pass them in the Socket constructor instead:
* `new Socket("/socket", {params: {user_id: userToken}})`.
*/

@@ -779,0 +782,0 @@ connect(params){

2

assets/package.json
{
"name": "phoenix",
"version": "1.4.0",
"version": "1.4.2",
"description": "The official JavaScript client for the Phoenix web framework.",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -27,2 +27,18 @@ # Changelog for v1.4

## 1.4.2 (2019-03-13)
### Enhancements
* [Router] add `scoped_alias` to return the full alias with the current scope's aliased prefix
* [Router] add `alias: false` option to router definitions to to disable scope prefix on case by case basis
* [Router] Support any struct with :endpoint key in path/url helpers
* [Channel] Optimize channel join through non-blocking callback init
* [Endpoint] Log Web access URLs for HTTP and HTTPS configurations
* [phx.routes] Show socket paths for websocket and longpoll transports
* [phx.new] Add `--verbose` flag for verbose installer output
* [phx.gen.schema] Allow the app configuration to specify a custom migration module for the generated migration code
### Bug Fixes
* [phx.gen.json] Fix invalid map fields for generated json tests
* [phx.gen.html|json|context|schema] prohibit context or schema creation with the same name as the application causing incorrect aliases to be generated
## 1.4.1 (2019-02-12)

@@ -29,0 +45,0 @@

{
"name": "phoenix",
"version": "1.4.1",
"version": "1.4.2",
"description": "The official JavaScript client for the Phoenix web framework.",

@@ -5,0 +5,0 @@ "license": "MIT",

![phoenix logo](https://raw.githubusercontent.com/phoenixframework/phoenix/master/priv/static/phoenix.png)
> ### Productive. Reliable. Fast.
> A productive web framework that does not compromise speed and maintainability.
> A productive web framework that does not compromise speed or maintainability.

@@ -5,0 +5,0 @@ [![Build Status](https://api.travis-ci.org/phoenixframework/phoenix.svg?branch=master)](https://travis-ci.org/phoenixframework/phoenix)

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