
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
ngx-ipv4-helper
Advanced tools
An angular directive to help input ipv4 address
To install this library, run:
$ npm install ngx-ipv4-helper --save
and then import module:
import { BrowserModule } from "@angular/platform-browser";
import { NgModule } from "@angular/core";
import { AppComponent } from "./app.component";
import { NgxIpv4HelperModule } from "ngx-ipv4-helper"; // <===
@NgModule({
declarations: [AppComponent],
imports: [
BrowserModule,
NgxIpv4HelperModule, // <===
],
providers: [],
bootstrap: [AppComponent],
})
export class AppModule {}
ngxIpv4Helper
should place on input with ngControl
Template form
<input ngModel ngxIpv4Helper />
Reactive form
<input [formControl]="ip" ngxIpv4Helper />
ip = new FormControl("");
FAQs
An angular directive to help input ipv4 address
The npm package ngx-ipv4-helper receives a total of 1 weekly downloads. As such, ngx-ipv4-helper popularity was classified as not popular.
We found that ngx-ipv4-helper 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.