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.10.0-beta.2 to 15.10.0

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.10.0-beta.2",
"version": "15.10.0",
"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