
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
@geom_team/ngx-slider-captcha
Advanced tools
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.14.
This project was generated with Angular CLI version 11.2.14.
#use npm
npm install @geom_team/ngx-slider-captcha
#use yarn
yarn add @geom_team/ngx-slider-captcha
import { NgxSliderCaptchaModule } from "@geom_team/ngx-slider-captcha";
@NgModule({
declarations: [AppComponent],
imports: [BrowserModule, NgxSliderCaptchaModule],
providers: [],
bootstrap: [AppComponent],
})
export class AppModule {}
<ngx-slider-captcha [config]="config" (success)="success()" (fail)="fail()" (refresh)="refresh()"></ngx-slider-captcha>
在 angular.json 中添加以下内容
{
"assets": [
{
"glob": "**/*",
"input": "node_modules/@geom_team/ngx-slider-captcha/src/assets",
"output": "assets"
}
]
}
FAQs
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.14.
The npm package @geom_team/ngx-slider-captcha receives a total of 2 weekly downloads. As such, @geom_team/ngx-slider-captcha popularity was classified as not popular.
We found that @geom_team/ngx-slider-captcha demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 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
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.