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

@ng-doc/core

Package Overview
Dependencies
Maintainers
1
Versions
195
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ng-doc/core - npm Package Compare versions

Comparing version 16.16.0 to 16.17.0

8

interfaces/page.d.ts

@@ -48,2 +48,10 @@ import { Component, Type } from '@angular/core';

playgrounds?: Record<string, NgDocPlaygroundConfig>;
/**
* By default, the child routes of a page are shown in a fullscreen dialog.
* Set disableFullscreenRoutes to false to handle them yourself with a <router-outlet />.
* It can be used for example in a demo that requires to show nested routes.
* Be careful however, only 1 router-outlet is allowed level, that can lead to collisions if
* multiple demos on the same page require nested routes.
*/
disableFullscreenRoutes?: boolean;
}

2

package.json
{
"name": "@ng-doc/core",
"version": "16.16.0",
"version": "16.17.0",
"type": "commonjs",

@@ -5,0 +5,0 @@ "sideEffects": false,

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