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

@gravity-ui/app-layout

Package Overview
Dependencies
Maintainers
3
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gravity-ui/app-layout - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

4

dist/commonjs/utils/renderBodyContent.js

@@ -8,5 +8,3 @@ "use strict";

${content.beforeRoot.join('\n')}
<div id="root">
${(_a = content.root) !== null && _a !== void 0 ? _a : ''}
</div>
<div id="root">${(_a = content.root) !== null && _a !== void 0 ? _a : ''}</div>
${content.afterRoot.join('\n')}

@@ -13,0 +11,0 @@ `.trim();

@@ -5,7 +5,5 @@ export function renderBodyContent(content) {

${content.beforeRoot.join('\n')}
<div id="root">
${(_a = content.root) !== null && _a !== void 0 ? _a : ''}
</div>
<div id="root">${(_a = content.root) !== null && _a !== void 0 ? _a : ''}</div>
${content.afterRoot.join('\n')}
`.trim();
}
{
"name": "@gravity-ui/app-layout",
"version": "2.1.0",
"version": "2.1.1",
"description": "",

@@ -5,0 +5,0 @@ "license": "MIT",

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