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
53
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 16.0.0 to 16.0.1

1

dist/builders/plugin.js

@@ -55,2 +55,3 @@ "use strict";

.filter((key) => prefix.test(key) || key === NG_APP_ENV)
.sort()
.reduce((env, key) => {

@@ -57,0 +58,0 @@ const value = JSON.stringify(processEnv[key]);

2

package.json
{
"name": "@ngx-env/builder",
"version": "16.0.0",
"version": "16.0.1",
"description": "Easily inject environment variables into your Angular applications",

@@ -5,0 +5,0 @@ "author": "chihab <chihab@gmail.com>",

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