Socket
Socket
Sign inDemoInstall

@angular-extensions/elements

Package Overview
Dependencies
5
Maintainers
4
Versions
63
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 14.1.0 to 15.1.2

esm2020/src/lib/lazy-elements/angular-extensions-elements-src-lib-lazy-elements.mjs

22

package.json
{
"name": "@angular-extensions/elements",
"version": "14.1.0",
"version": "15.1.2",
"peerDependencies": {
"@angular/common": ">=14",
"@angular/core": ">=14",
"@angular/common": ">=15",
"@angular/core": ">=15",
"rxjs": ">=7.5.0"
},
"dependencies": {
"tslib": "^2.1.0"
},
"publishConfig": {

@@ -53,2 +50,10 @@ "access": "public"

},
"./src/lib/lazy-elements": {
"types": "./src/lib/lazy-elements/index.d.ts",
"esm2020": "./esm2020/src/lib/lazy-elements/angular-extensions-elements-src-lib-lazy-elements.mjs",
"es2020": "./fesm2020/angular-extensions-elements-src-lib-lazy-elements.mjs",
"es2015": "./fesm2015/angular-extensions-elements-src-lib-lazy-elements.mjs",
"node": "./fesm2015/angular-extensions-elements-src-lib-lazy-elements.mjs",
"default": "./fesm2020/angular-extensions-elements-src-lib-lazy-elements.mjs"
},
"./testing": {

@@ -63,3 +68,6 @@ "types": "./testing/index.d.ts",

},
"sideEffects": false
"sideEffects": false,
"dependencies": {
"tslib": "^2.3.0"
}
}

@@ -1,5 +0,1 @@

export * from './lib/lazy-elements/lazy-elements.module';
export * from './lib/lazy-elements/lazy-elements.tokens';
export * from './lib/lazy-elements/lazy-elements-loader.service';
export * from './lib/lazy-elements/lazy-element/lazy-element.directive';
export * from './lib/lazy-elements/lazy-element-dynamic/lazy-element-dynamic.directive';
export * from '@angular-extensions/elements/src/lib/lazy-elements';

@@ -79,3 +79,3 @@ <p align="center">

Library was tested with the following versions of Angular and is meant to be used
with the corresponding major version (`"@angular/core"": "^9.0.0"` with `"@angular-extensions/elements": "^9.0.0"` ).
with the corresponding major version (`"@angular/core"": "^15.0.0"` with `"@angular-extensions/elements": "^15.0.0"` ).

@@ -87,2 +87,6 @@ - 9.x (full IVY support, using renderers so careful with SSR)

## Internal dep graph
![Internal dep graph](https://raw.githubusercontent.com/angular-extensions/elements/master/dep-graph.png)
## Become a contributor

@@ -89,0 +93,0 @@

@@ -9,3 +9,3 @@ import { OnInit, TemplateRef, ViewContainerRef } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<LazyElementDynamicTestingDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<LazyElementDynamicTestingDirective, "[axLazyElementDynamic]", never, {}, {}, never, never, false>;
static ɵdir: i0.ɵɵDirectiveDeclaration<LazyElementDynamicTestingDirective, "[axLazyElementDynamic]", never, {}, {}, never, never, false, never>;
}

@@ -9,3 +9,3 @@ import { OnInit, TemplateRef, ViewContainerRef } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<LazyElementTestingDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<LazyElementTestingDirective, "[axLazyElement]", never, {}, {}, never, never, false>;
static ɵdir: i0.ɵɵDirectiveDeclaration<LazyElementTestingDirective, "[axLazyElement]", never, {}, {}, never, never, false, never>;
}

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