You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@triangular/password-checker

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@triangular/password-checker - npm Package Compare versions

Comparing version

to
13.0.0

5

lib/password-checker-lib.module.d.ts
import { ModuleWithProviders } from '@angular/core';
import { Partial, PasswordCheckerConfig } from './password-checker.config';
import * as i0 from "@angular/core";
import * as i1 from "@angular/common/http";
import * as i2 from "./password-checker-lib.directive";
import * as i1 from "./password-checker-lib.directive";
export declare class PasswordCheckerModule {
static forRoot(config?: Partial<PasswordCheckerConfig>): ModuleWithProviders<PasswordCheckerModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<PasswordCheckerModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<PasswordCheckerModule, never, [typeof i1.HttpClientModule, typeof i2.PasswordCheckerLibDirective], [typeof i2.PasswordCheckerLibDirective]>;
static ɵmod: i0.ɵɵNgModuleDeclaration<PasswordCheckerModule, never, [typeof i1.PasswordCheckerLibDirective], [typeof i1.PasswordCheckerLibDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<PasswordCheckerModule>;
}

6

package.json
{
"name": "@triangular/password-checker",
"version": "12.0.0",
"version": "13.0.0",
"peerDependencies": {
"@angular/common": "^17.0.0",
"@angular/core": "^17.0.0"
"@angular/common": "^18.0.0",
"@angular/core": "^18.0.0"
},

@@ -8,0 +8,0 @@ "homepage": "https://password.akehir.com",

@@ -24,3 +24,5 @@ # Angular Pwned Password Checker Directive

| 17.x | 12.0.0 |
| 18.x | 13.0.0 |
### Step 1: Install

@@ -27,0 +29,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet