![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
@chapeaux/cpx-user
Advanced tools
The cpx-user
component is meant to be a centralized location for user-related information and functionality.
npm install @chapeaux/cpx-user
or consume from a CDN via @chapeaux/cpx-user
cpx-user.js
file on a page prior to any event tracking that should occuruser-ready
- fires when the .user
object data is populateduser-update
- fires when the .user
object is updatedUser data is always stored on the .user
property once it is available.
```html
<cpx-user>
<script type="data">
{
"name": "Test User",
"email": "test123@test123.com"
}
</script>
</cpx-user>
```
Requires that jwt_decode
library be available globally.
Available component properties:
jwt-cookie
: sets the cookie to parse for JWT datajwt-token
: sets the JWT token to parse for data```html
<cpx-user jwt-cookie="SOME_JWT_COOKIE_NAME"></cpx-user>
```
```html
<cpx-user jwt-token="SOMEJWTENCODEDSTRING"></cpx-user>
```
<script type="module" src="path/to/@chapeaux/cpx-websocket/cpx-websocket.js"></script>
import { CPXWebSocket } from "path/to/@chapeaux/cpx-websocket/cpx-websocket.js";
<cpx-websocket id="leaderboard" url="ws://localhost:8080/leaderboard">
<template>
<h1 data-key="length">Top ${data.length}</h1>
<ol>
<li data-repeat="data"><a href="/${gameId}" onclick="return false;">${userName}</a>.....${score}</li>
</ol>
</template>
</cpx-websocket>
deno test
runner and assertions: https://deno.land/manual/testing/assertionsFAQs
Chapeaux User Component
The npm package @chapeaux/cpx-user receives a total of 122 weekly downloads. As such, @chapeaux/cpx-user popularity was classified as not popular.
We found that @chapeaux/cpx-user demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.