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

@deployjs/angular-build

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deployjs/angular-build - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

4

index.js

@@ -47,4 +47,4 @@ /*eslint-env node*/

+ (deployUrl ? ' --deploy-url=' + deployUrl : '')
+ (baseHref ? ' --base-href=' + baseHref : ''),
+ (aot ? ' --aot' : '')
+ (baseHref ? ' --base-href=' + baseHref : '')
+ (aot ? ' --aot' : ''),
{maxBuffer: 1024 * 1024 * 32},

@@ -51,0 +51,0 @@ function(err, stdout, stderr)

{
"name": "@deployjs/angular-build",
"version": "0.0.4",
"version": "0.0.5",
"description": "Build Angular projects ready for deployment",

@@ -5,0 +5,0 @@ "main": "index.js",

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