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
939
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
0.8.0-beta.0
to
0.8.0-beta.1
+1
-1
package.json
{
"name": "@angular-devkit/core",
"version": "0.8.0-beta.0",
"version": "0.8.0-beta.1",
"description": "Angular DevKit - Core Utility Library",

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

@@ -40,4 +40,10 @@ /**

TrailingCommasAllowed = 8,
HexadecimalNumberAllowed = 16,
MultiLineStringAllowed = 32,
LaxNumberParsingAllowed = 64,
NumberConstantsAllowed = 128,
Default = 0,
Loose = 15,
Loose = 255,
Json = 0,
Json5 = 255,
}

@@ -44,0 +50,0 @@ /**

Sorry, the diff of this file is too big to display