New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@angular-devkit/architect

Package Overview
Dependencies
Maintainers
2
Versions
752
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular-devkit/architect - npm Package Compare versions

Comparing version 0.1901.3 to 0.1901.4

12

builders/operator-schema.d.ts
/**
* All input types of builders that perform operations on one or multiple sub-builders.
*/
export interface Schema {
export type Schema = {
builders?: Builder[];
targets?: Target[];
[property: string]: any;
}
export interface Builder {
};
export type Builder = {
builder: string;

@@ -15,4 +15,4 @@ options?: {

[property: string]: any;
}
export interface Target {
};
export type Target = {
overrides?: {

@@ -23,2 +23,2 @@ [key: string]: any;

[property: string]: any;
}
};
{
"name": "@angular-devkit/architect",
"version": "0.1901.3",
"version": "0.1901.4",
"description": "Angular Build Facade",

@@ -9,3 +9,3 @@ "experimental": true,

"dependencies": {
"@angular-devkit/core": "19.1.3",
"@angular-devkit/core": "19.1.4",
"rxjs": "7.8.1"

@@ -12,0 +12,0 @@ },

@@ -1,2 +0,2 @@

export interface Schema {
export type Schema = {
/**

@@ -10,3 +10,3 @@ * Link to schema.

[property: string]: any;
}
};
export type BuilderValue = Builder | string;

@@ -16,3 +16,3 @@ /**

*/
export interface Builder {
export type Builder = {
/**

@@ -35,2 +35,2 @@ * The builder class module.

[property: string]: any;
}
};

@@ -1,2 +0,2 @@

export interface Schema {
export type Schema = {
currentDirectory: string;

@@ -13,4 +13,4 @@ id: number;

[property: string]: any;
}
export interface Target {
};
export type Target = {
configuration?: string;

@@ -20,2 +20,2 @@ project: string;

[property: string]: any;
}
};

@@ -1,2 +0,2 @@

export interface Schema {
export type Schema = {
error?: string;

@@ -9,4 +9,4 @@ info?: {

[property: string]: any;
}
export interface Target {
};
export type Target = {
configuration?: string;

@@ -16,2 +16,2 @@ project?: string;

[property: string]: any;
}
};

@@ -1,2 +0,2 @@

export interface Schema {
export type Schema = {
builder: {

@@ -15,3 +15,3 @@ [key: string]: any;

[property: string]: any;
}
};
export declare enum State {

@@ -18,0 +18,0 @@ Error = "error",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc