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 15.13.0 to 16.0.0-beta.1

8

helpers/build-playground-demo-template.js

@@ -25,10 +25,10 @@ "use strict";

rootElement.tag =
selectors.find((selector) => selector.type === css_what_1.SelectorType.Tag)?.name ??
'div';
selectors.find((selector) => selector.type === css_what_1.SelectorType.Tag)?.name ?? 'div';
}
inputs && parser.fillAngularAttributes(rootElement, inputs);
}
return replaceContent(parser.serialize(), content ?? {}, !!inputs).replace(/=""/g, '')
return (replaceContent(parser.serialize(), content ?? {}, !!inputs)
.replace(/=""/g, '')
// Remove empty lines
.replace(/^\s*\n/gm, '');
.replace(/^\s*\n/gm, ''));
}

@@ -35,0 +35,0 @@ exports.buildPlaygroundDemoTemplate = buildPlaygroundDemoTemplate;

{
"name": "@ng-doc/core",
"version": "15.13.0",
"version": "16.0.0-beta.1",
"type": "commonjs",

@@ -32,6 +32,6 @@ "sideEffects": false,

"type": "git",
"url": "git+https://github.com/skoropadas/ng-doc.git"
"url": "git+https://github.com/ng-doc/ng-doc.git"
},
"bugs": {
"url": "https://github.com/skoropadas/ng-doc/issues"
"url": "https://github.com/ng-doc/ng-doc/issues"
},

@@ -38,0 +38,0 @@ "homepage": "https://ng-doc.com",

@@ -8,3 +8,3 @@ [![GitHub Workflow Status][build-shield]][build-url]

<div align="center">
<a href="https://github.com/skoropadas/ng-doc">
<a href="https://github.com/ng-doc/ng-doc">
<img src="https://ng-doc.com/assets/images/ng-doc.svg?raw=true" alt="Logo" height="100px">

@@ -21,5 +21,5 @@ </a>

<br />
<a href="https://github.com/skoropadas/ng-doc/issues">Report Bug</a>
<a href="https://github.com/ng-doc/ng-doc/issues">Report Bug</a>
·
<a href="https://github.com/skoropadas/ng-doc/issues">Request Feature</a>
<a href="https://github.com/ng-doc/ng-doc/issues">Request Feature</a>
</p>

@@ -33,9 +33,9 @@ </div>

This library is a part of NgDoc project, that uses to create documentation
for Angular projects, please check our [repo](https://github.com/skoropadas/ng-doc) for more details.
for Angular projects, please check our [repo](https://github.com/ng-doc/ng-doc) for more details.
[npm-shield]: https://img.shields.io/npm/v/@ng-doc/builder.svg?style=for-the-badge
[npm-url]: https://www.npmjs.com/package/@ng-doc/builder
[license-shield]: https://img.shields.io/github/license/skoropadas/ng-doc.svg?style=for-the-badge
[license-shield]: https://img.shields.io/github/license/ng-doc/ng-doc.svg?style=for-the-badge
[license-url]: https://github.com/othneildrew/Best-README-Template/blob/master/LICENSE.txt
[build-shield]: https://img.shields.io/github/actions/workflow/status/skoropadas/ng-doc/release.yml?style=for-the-badge&branch=release
[build-url]: https://github.com/skoropadas/ng-doc/actions
[build-shield]: https://img.shields.io/github/actions/workflow/status/ng-doc/ng-doc/release.yml?style=for-the-badge&branch=release
[build-url]: https://github.com/ng-doc/ng-doc/actions

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