Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ngx-env/builder

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ngx-env/builder - npm Package Compare versions

Comparing version 17.2.1 to 17.2.2

dist/builders/browser-esbuild/index.d.ts

7

builders.json
{
"$schema": "../../node_modules/@angular-devkit/architect/src/builders-schema.json",
"$schema": "./node_modules/@angular-devkit/architect/src/builders-schema.json",
"builders": {

@@ -33,4 +33,9 @@ "browser": {

"description": "Build application extended with ngx-env config"
},
"browser-esbuild": {
"implementation": "./dist/builders/browser-esbuild",
"schema": "./dist/builders/schemas/browser-esbuild.json",
"description": "Build browser app extended with ngx-env config using esbuild"
}
}
}

2

collection.json
{
"$schema": "../../node_modules/@angular-devkit/schematics/collection-schema.json",
"$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json",
"schematics": {

@@ -4,0 +4,0 @@ "ng-add": {

import type { DotenvRunOptions } from "@dotenv-run/core";
import type { Configuration } from "webpack";
export declare function plugin(options: DotenvRunOptions, ssr?: boolean): {
webpackConfiguration: (webpackConfig: Configuration) => Promise<Configuration>;
webpackConfiguration: (webpackConfig: Configuration) => Configuration;
indexHtml: (content: string) => Promise<string>;
};

@@ -19,6 +19,6 @@ "use strict";

return {
webpackConfiguration: (webpackConfig) => __awaiter(this, void 0, void 0, function* () {
webpackConfiguration: (webpackConfig) => {
webpackConfig.plugins.push(dotEnvPlugin);
return webpackConfig;
}),
},
indexHtml: (content) => __awaiter(this, void 0, void 0, function* () { return (0, variables_reducer_1.variablesReducer)(content, raw); }),

@@ -25,0 +25,0 @@ };

{
"name": "@ngx-env/builder",
"version": "17.2.1",
"version": "17.2.2",
"description": "Easily inject environment variables into your Angular applications",

@@ -32,8 +32,8 @@ "author": "chihab <chihab@gmail.com>",

"devDependencies": {
"@angular-devkit/build-angular": "^17.1.0",
"@angular-devkit/schematics": "^17.1.0",
"@angular-devkit/schematics-cli": "^17.1.0",
"@angular-devkit/architect": "^0.1701.0",
"@angular-devkit/core": "^17.1.0",
"@angular/compiler": "^17.1.0",
"@angular-devkit/build-angular": "^17.2.0",
"@angular-devkit/schematics": "^17.2.0",
"@angular-devkit/schematics-cli": "^17.2.0",
"@angular-devkit/architect": "^0.1702.0",
"@angular-devkit/core": "^17.2.0",
"@angular/compiler": "^17.2.0",
"@dotenv-run/core": "^1.3.4",

@@ -45,9 +45,9 @@ "cpy": "^8.1.2",

"rxjs": "^7.0.0",
"webpack": "^5.0.0"
"webpack": "5.90.1"
},
"peerDpendencies": {
"@angular-devkit/architect": "^17.1.0",
"@angular-devkit/architect": "^17.2.0",
"@angular-devkit/schematics-cli": ">=12.0.0",
"rxjs": "^7.0.0",
"webpack": "^5.0.0"
"webpack": "5.90.1"
},

@@ -54,0 +54,0 @@ "scripts": {

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