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

@@ -16,3 +16,3 @@ "main": "src/index.js",

"dependencies": {
"ajv": "6.11.0",
"ajv": "6.12.0",
"fast-json-stable-stringify": "2.1.0",

@@ -19,0 +19,0 @@ "magic-string": "0.25.6",

@@ -93,3 +93,3 @@

A simpler way to think about jobs in contrast to observables is that job are closer to a Unix
process. It has an argument (command line flags), receive inputs (STDIN and interupt signals),
process. It has an argument (command line flags), receive inputs (STDIN and interrupt signals),
and output values (STDOUT) as well as diagnostic (STDERR). They can be plugged one into another

@@ -96,0 +96,0 @@ (piping), and can be transformed, synchronized and scheduled (fork, exec, cron).

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

"patternProperties": {
"^[a-z]{2}(-[a-zA-Z]{2,})?$": {
"^[a-zA-Z]{2,3}(-[a-zA-Z]{4})?(-([a-zA-Z]{2}|[0-9]{3}))?(-[a-zA-Z]{5,8})?$": {
"oneOf": [

@@ -166,0 +166,0 @@ {