New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@angular-devkit/core

Package Overview
Dependencies
Maintainers
3
Versions
952
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
9.1.2
to
9.1.3
+1
-1
package.json
{
"name": "@angular-devkit/core",
"version": "9.1.2",
"version": "9.1.3",
"description": "Angular DevKit - Core Utility Library",

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

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

if (cacheEntry) {
if (cacheEntry.value) {
if (cacheEntry.value !== undefined) {
return createPropertyDescriptor(cacheEntry.value);

@@ -81,0 +81,0 @@ }