Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
CAF brings to Angular / Ionic 5 the same functionalities that CTF (Convertigo Templating Framework) brings to JQuery. The goal is to add Convertigo back end support directly in to the Ionic HTML templates without having to program complex TypeScript. For example calling a Convertigo sequence from a button is as simple as that:
<button ion-button full (click)="call('.Login')">Click Me</button>
CAF will automatically handle the sequence call, using the configured endpoint. Displaying data from a Sequence response, for example assuming that sequence returns a
{
"login": "some data"
}
Object, is as simple as that:
<ion-item>{{listen([".Login"])?.login}}</ion-item>
See? No other TypeScript to Write !
CAF also handles forms easily. To submit a form to a Convertigo sequence (for example "Login") just use:
<form (ngSubmit)="call('.Login')">
....
<input type="text" [(ngModel)]="form.user">
....
<input type="text" [(ngModel)]="form.password">
...
<button type="submit">
</form>
The login sequence will be called and automatically will receive a 'user' and a 'password' variable populated by the user input.
c8o-sdkangular-caf project is located into projects/c8ocaf
From root, run ng build c8ocaf
to build the project. The build artifacts will be stored in the dist/c8ocaf
directory. Use the --prod
flag for a production build.
Run cd dist/c8ocaf
and then npm run publish
. Use the --beta
flag for a beta publish.
If you are not logged in with npm run npm adduser
creadentials are stored in Google Drive file Comptes pour développeurs Convertigo
From now, there are two pricipales branches
Ionic 3 version
Ionic 5 version
FAQs
Convertigo Angular Framework
The npm package c8ocaf receives a total of 97 weekly downloads. As such, c8ocaf popularity was classified as not popular.
We found that c8ocaf demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.