Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
ng-chiptan
Advanced tools
Angularjs component to render chiptan flicker code
Demo: https://fundsaccess.github.io/ng-chiptan/
For the Angular 2+ version see https://github.com/fundsaccess/ngx-chiptan
npm:
$ npm i ng-chiptan --save
yarn:
yarn add ng-chiptan
Once installed you need to import the main module:
import 'ng-chiptan';
angular.module('app', ['ngChiptan'])
<ng-chiptan
code="'17850120452019980412345678041234567804123456789E'"
width="300"
height="150"
bgColor="'#000'"
barColor="'#fff'">
</ng-chiptan>
Property | Type | Default | Description |
---|---|---|---|
code | string | '' | ChipTAN code to render. |
width | number | 205 | Canvas width. |
height | number | 100 | Canvas height. |
bgColor | string | '#000' | Canvas background color. |
barColor | string | '#fff' | Vertical bar(s) in canvas color. |
https://fundsaccess.github.io/ng-chiptan/
or
npm run start
Inspired by
chipTAN Flickercodes article
Copyright (c) 2019 fundsaccess AG. Licensed under the MIT License (MIT)
FAQs
angularjs component to render chiptan flicker code
The npm package ng-chiptan receives a total of 9 weekly downloads. As such, ng-chiptan popularity was classified as not popular.
We found that ng-chiptan demonstrated a not healthy version release cadence and project activity because the last version was released 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
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.