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.0 to 1.2.1

4

ng-add.js

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

const defaults_1 = require("./engine/defaults");
const publishableLibBuilder = '@angular-devkit/build-ng-packagr:build';
function getWorkspace(host) {

@@ -52,5 +51,4 @@ const possibleFiles = ['/angular.json', '/.angular.json'];

proj.architect &&
proj.architect.build &&
proj.architect.build.builder === publishableLibBuilder));
proj.architect.build));
}
//# sourceMappingURL=ng-add.js.map

@@ -50,3 +50,3 @@ "use strict";

build: {
builder: '@angular-devkit/build-ng-packagr:build',
builder: 'my-custom-builder',
a: 'a',

@@ -53,0 +53,0 @@ b: 'b'

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

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

@@ -208,3 +208,3 @@ # ngx-deploy-npm 🚀

A publishable library is one that can be built. Here we detect that if the library in the `angular.json` has the architect **build** with the builder `@angular-devkit/build-ng-packagr:build`.
A publishable library is one that can be built. Here we detect that if the library in the `angular.json` has the architect **build**.

@@ -222,3 +222,3 @@ The `angular.json` look like

"build": {
"builder": "@angular-devkit/build-ng-packagr:build",
"builder": "any-builder-of-your-preference",
"options": {

@@ -225,0 +225,0 @@ "tsConfig": "libs/publishable-library/tsconfig.lib.json",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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