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.1.0 to 16.1.1

4

helpers/format-html.js

@@ -13,5 +13,7 @@ "use strict";

// @ts-ignore
return (0, rxjs_1.from)(Promise.resolve().then(() => require('js-beautify/js/lib/beautify-html.js'))).pipe((0, operators_1.map)((formatter) => formatter.default.html_beautify(html.trim())));
return (0, rxjs_1.from)(Promise.resolve().then(() => require('js-beautify/js/lib/beautify-html.js'))).pipe(
/* This hack is needed to make it work with different bundlers. */
(0, operators_1.map)((formatter) => formatter?.html_beautify ?? formatter?.default?.html_beautify), (0, operators_1.map)((beautifyHtml) => beautifyHtml(html.trim())));
}
exports.formatHtml = formatHtml;
//# sourceMappingURL=format-html.js.map
{
"name": "@ng-doc/core",
"version": "16.1.0",
"version": "16.1.1",
"type": "commonjs",

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

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