Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
blip-components
Advanced tools
BLiP components to use in AngularJS (1.x) applications.
Install blip-components via npm:
$ npm install blip-components
Then, use it as module on your angularjs application
import * as blipComponents from 'blip-components';
import 'blip-components/dist/blip-components.css';
const componentNames = components =>
Object.keys(components).map(c => components[c]);
const app = angular
.module('myApp', [
...componentNames(blipComponents)
])
...
You can also use each component separately
import { BlipInputComponent } from 'blip-components';
import 'blip-components/dist/blip-components.css';
const app = angular
.module('myApp', [
BlipInputComponent
])
...
Remeber to import the css file to style your components
If you want to contribute to our project, clone this project and, on root directory, run npm start
. A new process will be started
on port 3000
, and all changes will be tracked.
To finish a build, run npm run build
.
If you want to do a commit, all you need to do is run npm run commit
and you will get the prompts needed to start a commit!
Follow contributing guidelines as described here
blip-components
is under the ISC license.
FAQs
Shared components used in portal.blip.ai
The npm package blip-components receives a total of 45 weekly downloads. As such, blip-components popularity was classified as not popular.
We found that blip-components demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.