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.3 to 0.0.4

5

index.js

@@ -20,3 +20,4 @@ /*eslint-env node*/

deployUrl: '',
baseHref: '/'
baseHref: '/',
aot: false
},

@@ -30,2 +31,3 @@

var baseHref = this.readConfig('baseHref');
var aot = this.readConfig('aot');

@@ -48,2 +50,3 @@ var regex = /Angular CLI: ([0-9])\./;

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

@@ -50,0 +53,0 @@ function(err, stdout, stderr)

2

package.json
{
"name": "@deployjs/angular-build",
"version": "0.0.3",
"version": "0.0.4",
"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