🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

nextalys-angular-common

Package Overview
Dependencies
Maintainers
1
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nextalys-angular-common - npm Package Compare versions

Comparing version

to
0.0.114

esm2020/lib/autocomplete-off.directive.mjs

3

lib/autocomplete-off.directive.d.ts
import { ElementRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class AutocompleteOffDirective {
private _el;
constructor(_el: ElementRef);
static ɵfac: i0.ɵɵFactoryDeclaration<AutocompleteOffDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<AutocompleteOffDirective, "[autocompleteOff]", never, {}, {}, never, never, false>;
}
//# sourceMappingURL=autocomplete-off.directive.d.ts.map
import { HttpHeaders, HttpClient } from '@angular/common/http';
import { NextalysHttpClient, NextalysHttpResponse } from 'nextalys-js-helpers/dist/http-client';
import * as i0 from "@angular/core";
export declare class NextalysHttpClientAngular extends NextalysHttpClient {

@@ -8,3 +9,5 @@ private httpClient;

request<X, Y>(url: string, method: 'get' | 'post' | 'put' | 'delete', data?: X, jsonRequest?: boolean, headers?: any): Promise<NextalysHttpResponse<Y>>;
static ɵfac: i0.ɵɵFactoryDeclaration<NextalysHttpClientAngular, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<NextalysHttpClientAngular>;
}
//# sourceMappingURL=http-client-angular.d.ts.map

@@ -0,3 +1,9 @@

import * as i0 from "@angular/core";
import * as i1 from "./pipes/no-sanitize.pipe";
import * as i2 from "./autocomplete-off.directive";
export declare class NextalysAngularCommonModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NextalysAngularCommonModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NextalysAngularCommonModule, [typeof i1.NoSanitizePipe, typeof i2.AutocompleteOffDirective], never, [typeof i1.NoSanitizePipe, typeof i2.AutocompleteOffDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NextalysAngularCommonModule>;
}
//# sourceMappingURL=nextalys-angular-common.module.d.ts.map
import { PipeTransform } from '@angular/core';
import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
import * as i0 from "@angular/core";
export declare class NoSanitizePipe implements PipeTransform {

@@ -7,3 +8,5 @@ private domSanitizer;

transform(html: string): SafeHtml;
static ɵfac: i0.ɵɵFactoryDeclaration<NoSanitizePipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<NoSanitizePipe, "noSanitize", false>;
}
//# sourceMappingURL=no-sanitize.pipe.d.ts.map

32

package.json
{
"name": "nextalys-angular-common",
"version": "0.0.113",
"version": "0.0.114",
"license": "MIT",
"description": "Composants pour application Angular / Ionic",
"peerDependencies": {
"nextalys-js-helpers": "^0.2.23"
"nextalys-js-helpers": "^0.2.49"
},
"main": "bundles/nextalys-angular-common.umd.js",
"module": "fesm2015/nextalys-angular-common.js",
"es2015": "fesm2015/nextalys-angular-common.js",
"esm2015": "esm2015/nextalys-angular-common.js",
"fesm2015": "fesm2015/nextalys-angular-common.js",
"typings": "nextalys-angular-common.d.ts",
"metadata": "nextalys-angular-common.metadata.json",
"module": "fesm2015/nextalys-angular-common.mjs",
"es2020": "fesm2020/nextalys-angular-common.mjs",
"esm2020": "esm2020/nextalys-angular-common.mjs",
"fesm2020": "fesm2020/nextalys-angular-common.mjs",
"fesm2015": "fesm2015/nextalys-angular-common.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2020": "./esm2020/nextalys-angular-common.mjs",
"es2020": "./fesm2020/nextalys-angular-common.mjs",
"es2015": "./fesm2015/nextalys-angular-common.mjs",
"node": "./fesm2015/nextalys-angular-common.mjs",
"default": "./fesm2020/nextalys-angular-common.mjs"
}
},
"sideEffects": false,
"dependencies": {
"tslib": "^2.2.0"
"tslib": "^2.3.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

Sorry, the diff of this file is not supported yet