New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More β†’
Socket
Sign inDemoInstall
Socket

p3x-angular-compile

Package Overview
Dependencies
Maintainers
1
Versions
417
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

p3x-angular-compile - npm Package Compare versions

Comparing version

to
2023.10.106

3

lib/angular-compile.component.ts

@@ -181,5 +181,2 @@ import {

}
module.entryComponents = [
componentType
];

@@ -186,0 +183,0 @@ @NgModule(module)

4

package.json
{
"name": "p3x-angular-compile",
"version": "2022.4.128",
"version": "2023.10.106",
"peerDependencies": {

@@ -13,3 +13,3 @@ "@angular/common": "^13.0.0",

"devDependencies": {
"corifeus-builder": "^2022.4.130"
"corifeus-builder": "^2023.10.111"
},

@@ -16,0 +16,0 @@ "dependencies": {

@@ -14,3 +14,3 @@ [//]: #@corifeus-header

# πŸ†– Angular Dynamic Compile - Convert strings to Angular components v2022.4.128
# πŸ†– Angular Dynamic Compile - Convert strings to Angular components v2023.10.106

@@ -29,3 +29,3 @@

```txt
v16.15.0
v18.16.1
```

@@ -39,3 +39,3 @@

```text
13.3.11
16.1.4
```

@@ -318,3 +318,3 @@

[**P3X-ANGULAR-COMPILE**](https://corifeus.com/angular-compile) Build v2022.4.128
[**P3X-ANGULAR-COMPILE**](https://corifeus.com/angular-compile) Build v2023.10.106

@@ -321,0 +321,0 @@ [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software)

@@ -11,9 +11,2 @@ // This file is required by karma.conf.js and loads recursively all the .spec and framework files

declare const require: {
context(path: string, deep?: boolean, filter?: RegExp): {
keys(): string[];
<T>(id: string): T;
};
};
// First, initialize the Angular testing environment.

@@ -26,5 +19,1 @@ getTestBed().initTestEnvironment(

);
// Then we find all the tests.
const context = require.context('./', true, /\.spec\.ts$/);
// And load the modules.
context.keys().map(context);

Sorry, the diff of this file is not supported yet