New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ng-doc/add

Package Overview
Dependencies
Maintainers
1
Versions
190
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ng-doc/add - npm Package Compare versions

Comparing version 15.7.3 to 15.7.4

2

package.json
{
"name": "@ng-doc/add",
"version": "15.7.3",
"version": "15.7.4",
"type": "commonjs",

@@ -5,0 +5,0 @@ "schematics": "./schematics/collection.json",

@@ -23,8 +23,2 @@ "use strict";

buildTarget.builder = '@ng-doc/builder:browser';
Object.keys(buildTarget.configurations).forEach((config) => {
buildTarget.configurations[config].ngDoc = {
pages: project.sourceRoot,
};
});
context.logger.info(`[INFO]: The page path for "build" target is set to "${project.sourceRoot}"`);
}

@@ -36,8 +30,2 @@ else {

serveTarget.builder = '@ng-doc/builder:dev-server';
Object.keys(serveTarget.configurations).forEach((config) => {
serveTarget.configurations[config].ngDoc = {
pages: project.sourceRoot,
};
});
context.logger.info(`[INFO]: The page path for "serve" target is set to "${project.sourceRoot}"`);
}

@@ -44,0 +32,0 @@ else {

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