Socket
Socket
Sign inDemoInstall

@ngtools/webpack

Package Overview
Dependencies
Maintainers
2
Versions
831
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ngtools/webpack - npm Package Compare versions

Comparing version 18.1.0-next.1 to 18.1.0-next.2

12

package.json
{
"name": "@ngtools/webpack",
"version": "18.1.0-next.1",
"version": "18.1.0-next.2",
"description": "Webpack plugin that AoT compiles your Angular components and modules.",

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

"homepage": "https://github.com/angular/angular-cli",
"dependencies": {},
"peerDependencies": {

@@ -34,2 +33,3 @@ "@angular/compiler-cli": "^18.0.0 || ^18.1.0-next.0",

},
"packageManager": "yarn@4.2.2",
"engines": {

@@ -39,3 +39,11 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0",

"yarn": ">= 1.13.0"
},
"dependenciesMeta": {
"esbuild": {
"built": true
},
"puppeteer": {
"built": true
}
}
}

2

README.md

@@ -6,3 +6,3 @@ # Angular Compiler Webpack Plugin

the usage of Angular libraries. An example configuration of the Babel-based Ivy linker is provided
in the linker section. For additional information regarding the linker, please see: https://v13.angular.io/guide/creating-libraries#consuming-partial-ivy-code-outside-the-angular-cli
in the linker section. For additional information regarding the linker, please see: https://angular.dev/tools/libraries/creating-libraries#consuming-partial-ivy-code-outside-the-angular-cli

@@ -9,0 +9,0 @@ ## Usage

@@ -6,5 +6,5 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/
export declare function time(label: string): void;
export declare function timeEnd(label: string): void;

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

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,4 +6,4 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/
export { AngularWebpackLoaderPath, AngularWebpackPlugin, AngularWebpackPluginOptions, imageDomains, default, } from './ivy';

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

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ var __importDefault = (this && this.__importDefault) || function (mod) {

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ import * as ts from 'typescript';

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

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ import { Diagnostic } from 'typescript';

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

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ import * as ts from 'typescript';

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

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ export { angularWebpackLoader as default } from './loader';

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

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ import type { LoaderContext } from 'webpack';

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

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {

@@ -6,5 +6,5 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/
export declare function normalizePath(path: string): string;
export declare const externalizePath: (path: string) => string;

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

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ import type { CompilerOptions } from '@angular/compiler-cli';

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

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ export declare const AngularPluginSymbol: unique symbol;

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

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ import * as ts from 'typescript';

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

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ import * as ts from 'typescript';

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

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ import type { Compilation, LoaderContext } from 'webpack';

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

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ import { CompilerOptions } from 'typescript';

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

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ import type { Compilation } from 'webpack';

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

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {

@@ -6,5 +6,5 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/
import * as ts from 'typescript';
export declare function elideImports(sourceFile: ts.SourceFile, removedNodes: ts.Node[], getTypeChecker: () => ts.TypeChecker, compilerOptions: ts.CompilerOptions): Set<ts.Node>;

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

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {

@@ -6,5 +6,5 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/
import * as ts from 'typescript';
export declare function findImageDomains(imageDomains: Set<string>): ts.TransformerFactory<ts.SourceFile>;

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

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {

@@ -6,5 +6,5 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/
export * from './elide_imports';
export * from './replace_resources';

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

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {

@@ -6,5 +6,5 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/
import * as ts from 'typescript';
export declare function removeIvyJitSupportCalls(classMetadata: boolean, ngModuleScope: boolean, debugInfo: boolean, getTypeChecker: () => ts.TypeChecker): ts.TransformerFactory<ts.SourceFile>;

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

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ import * as ts from 'typescript';

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

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {

@@ -6,3 +6,3 @@ /**

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -9,0 +9,0 @@ import * as ts from 'typescript';

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

* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
* found in the LICENSE file at https://angular.dev/license
*/

@@ -10,0 +10,0 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {

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