You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@angular-devkit/core

Package Overview
Dependencies
Maintainers
2
Versions
945
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular-devkit/core - npm Package Compare versions

Comparing version
8.0.2
to
8.0.3
+1
-1
package.json
{
"name": "@angular-devkit/core",
"version": "8.0.2",
"version": "8.0.3",
"description": "Angular DevKit - Core Utility Library",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -249,3 +249,3 @@ "use strict";

const contentJsonCopy = JSON.parse(JSON.stringify(contentJson));
return this._registry.compile(schemaJson).pipe(operators_1.concatMap(validator => validator(contentJsonCopy)), operators_1.concatMap(validatorResult => {
return this._registry.compile(schemaJson).pipe(operators_1.concatMap(validator => validator(contentJsonCopy)), operators_1.concatMap((validatorResult) => {
if (validatorResult.success) {

@@ -252,0 +252,0 @@ return rxjs_1.of(contentJsonCopy);