Socket
Socket
Sign inDemoInstall

phoenix

Package Overview
Dependencies
0
Maintainers
2
Versions
81
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.6.0 to 1.6.1

priv/static/phoenix.cjs.js

14

CHANGELOG.md
# Changelog for v1.6
See the [upgrade guide](https://gist.github.com/chrismccord/2ab350f154235ad4a4d0f4de6decba7b) to upgrade from Phoenix 1.5.x.
Phoenix v1.6 requires Elixir v1.9+.
## 1.6.1 (2021-10-08)
### Enhancements
* [phx.new] Add external flag to esbuild for fonts and image path loading
* [phx.gen.auth] No longer set `argon2` as the default hash algorithm for `phx.gen.auth` in favor of bcrypt for performance reasons on smaller hardware
### Bug Fixes
* Fix race conditions logging debug duplicate channel joins when no duplicate existed
### JavaScript Client Bug Fixes
* Export commonjs modules for backwards compatibility
## 1.6.0 (2021-09-24) 🚀

@@ -6,0 +20,0 @@

6

package.json
{
"name": "phoenix",
"version": "1.6.0",
"version": "1.6.1",
"description": "The official JavaScript client for the Phoenix web framework.",
"license": "MIT",
"module": "./priv/static/phoenix.esm.js",
"main": "./priv/static/phoenix.cjs.js",
"unpkg": "./priv/static/phoenix.min.js",
"jsdelivr": "./priv/static/phoenix.min.js",
"exports": {
"import": "./priv/static/phoenix.esm.js"
"import": "./priv/static/phoenix.esm.js",
"require": "./priv/static/phoenix.cjs.js"
},

@@ -12,0 +14,0 @@ "repository": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc