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
4.1.466-10

6

dist/src/CompileService.js

@@ -41,2 +41,3 @@ "use strict";

var platform_browser_1 = require("@angular/platform-browser");
var lodash_1 = require("lodash");
var /** @type {?} */ cache = {};

@@ -154,6 +155,6 @@ var CompileServiceConfig = (function () {

if (opts.module !== undefined) {
module = Object.assign({}, opts.module);
module = lodash_1.cloneDeep(opts.module);
}
else if (SingletonDefaultModule !== undefined && SingletonDefaultModule !== null) {
module = Object.assign({}, SingletonDefaultModule);
module = lodash_1.cloneDeep(SingletonDefaultModule);
}

@@ -174,2 +175,3 @@ module.imports = module.imports || [];

}
console.log(module);
TemplateModule_1 = (function () {

@@ -176,0 +178,0 @@ function TemplateModule() {

{
"name": "p3x-angular-compile",
"version": "4.1.442-62",
"version": "4.1.466-10",
"corifeus": {

@@ -37,6 +37,9 @@ "prefix": "p3x-",

"devDependencies": {
"corifeus-builder-angular": "^4.1.392-68",
"corifeus-web": "^4.1.365-64"
"corifeus-builder-angular": "^4.1.402-5",
"corifeus-web": "^4.1.377-8"
},
"dependencies": {},
"dependencies": {
"@types/lodash": "^4.14.64",
"lodash": "^4.17.4"
},
"engines": {

@@ -43,0 +46,0 @@ "node": ">=7.8.0"

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

```
v7.10.0
v8.0.0
```

@@ -163,3 +163,3 @@

---
[**P3X-ANGULAR-COMPILE**](https://pages.corifeus.tk/angular-compile) Build v4.1.441-62
[**P3X-ANGULAR-COMPILE**](https://pages.corifeus.tk/angular-compile) Build v4.1.465-10

@@ -166,0 +166,0 @@ [Corifeus](http://www.corifeus.tk) by [Patrik Laszlo](http://patrikx3.tk)

Sorry, the diff of this file is not supported yet