Huge News!Announcing our $40M Series B led by Abstract Ventures.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 15.0.0-beta.12 to 15.0.0-beta.13

interfaces/api-list-item.d.ts

11

interfaces/index.d.ts

@@ -0,2 +1,13 @@

export * from './api';
export * from './api-list';
export * from './api-list-item';
export * from './api-scope';
export * from './category';
export * from './dependencies';
export * from './exported-declaration';
export * from './page';
export * from './page-info';
export * from './playground';
export * from './playground-config';
export * from './playground-data';
export * from './playground-dynamic-content';
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./api"), exports);
tslib_1.__exportStar(require("./api-list"), exports);
tslib_1.__exportStar(require("./api-list-item"), exports);
tslib_1.__exportStar(require("./api-scope"), exports);
tslib_1.__exportStar(require("./category"), exports);
tslib_1.__exportStar(require("./dependencies"), exports);
tslib_1.__exportStar(require("./exported-declaration"), exports);
tslib_1.__exportStar(require("./page"), exports);
tslib_1.__exportStar(require("./page-info"), exports);
tslib_1.__exportStar(require("./playground"), exports);
tslib_1.__exportStar(require("./playground-config"), exports);
tslib_1.__exportStar(require("./playground-data"), exports);
tslib_1.__exportStar(require("./playground-dynamic-content"), exports);
//# sourceMappingURL=index.js.map

4

package.json
{
"name": "@ng-doc/core",
"version": "15.0.0-beta.12",
"version": "15.0.0-beta.13",
"type": "commonjs",
"peerDependencies": {
"rxjs": "^6.6.7"
"rxjs": "^7.0.0"
},

@@ -8,0 +8,0 @@ "publishConfig": {

@@ -0,3 +1,5 @@

export * from './code-type';
export * from './constructor';
export * from './extracted-value';
export * from './page-type';
export * from './style-type';
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./code-type"), exports);
tslib_1.__exportStar(require("./constructor"), exports);
tslib_1.__exportStar(require("./extracted-value"), exports);
tslib_1.__exportStar(require("./page-type"), exports);
tslib_1.__exportStar(require("./style-type"), exports);
//# sourceMappingURL=index.js.map

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