Socket
Socket
Sign inDemoInstall

angular-extensions

Package Overview
Dependencies
25
Maintainers
1
Versions
220
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 14.0.68 to 14.0.69

2

controls/text-control/text-control.component.d.ts

@@ -16,3 +16,3 @@ import { ElementRef, EventEmitter, OnChanges } from "@angular/core";

private elementRef;
type: "text" | "number" | "time" | "email" | "tel" | "url";
type: "text" | "number" | "time" | "email" | "tel" | "url" | "password";
step?: number;

@@ -19,0 +19,0 @@ mask: string;

@@ -0,1 +1,2 @@

import { HttpParameterCodec } from "@angular/common/http";
import type { ChangeDetectorRef, ElementRef } from "@angular/core";

@@ -23,2 +24,8 @@ import type { MatOption } from "@angular/material/core";

export declare function patchAngularHttpParams(): void;
export declare class DefaultHttpParamEncoder implements HttpParameterCodec {
encodeKey(key: string): string;
encodeValue(value: string): string;
decodeKey(key: string): string;
decodeValue(value: string): string;
}
declare module "@angular/forms" {

@@ -25,0 +32,0 @@ interface FormControl<TValue = any> {

{
"name": "angular-extensions",
"version": "14.0.68",
"version": "14.0.69",
"repository": "https://github.com/nazar-kuzo/angular-extensions.git",

@@ -5,0 +5,0 @@ "author": "Nazar Kuzo",

import { InjectionToken } from "@angular/core";
import { HttpClient, HttpHeaders as AngularHttpHeaders, HttpParams as AngularHttpParams } from "@angular/common/http";
import { HttpClient, HttpHeaders as AngularHttpHeaders, HttpParams as AngularHttpParams, HttpParameterCodec } from "@angular/common/http";
import * as i0 from "@angular/core";

@@ -27,2 +27,3 @@ declare type HttpHeaders = AngularHttpHeaders | {

dateConversionExcludePaths: RegExp[];
encoder?: HttpParameterCodec;
}

@@ -36,2 +37,3 @@ export declare const API_CONFIG: InjectionToken<ApiConfig>;

private http;
private config;
private httpOptions;

@@ -50,3 +52,2 @@ apiUrl: string;

private sanitizeQueryParams;
private serializeHttpParam;
private getHttpOptions;

@@ -53,0 +54,0 @@ private getRequestBody;

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

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

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc