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

ngx-deploy-npm

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-deploy-npm - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

2

package.json
{
"name": "ngx-deploy-npm",
"version": "1.2.1",
"version": "1.2.2",
"description": "Publish your angular packages to npm by just run `npm deploy your-packages`",

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

@@ -103,6 +103,5 @@ # ngx-deploy-npm 🚀

- Alias: `-c`
- Default: `production` (string)
- Default: Doesn't have any default value (string)
- Example:
- `ng deploy` – Angular project is build in production mode
- `ng deploy --configuration=test` – Angular project is using the configuration `test` (this configuration must exist in the `angular.json` file)
- `ng deploy --configuration=production` – The configuration `production` is being used to build your package

@@ -116,3 +115,3 @@ A named build target, as specified in the `configurations` section of `angular.json`.

- **optional**
- Default: Doesn't have any default value [string]
- Default: Doesn't have any default value (string)
- Example:

@@ -119,0 +118,0 @@ - `ng deploy --package-version 2.3.4`

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