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

@umbraco-ui/uui-box

Package Overview
Dependencies
Maintainers
7
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@umbraco-ui/uui-box - npm Package Compare versions

Comparing version 1.2.1 to 1.3.0-rc.0

8

lib/index.js

@@ -30,2 +30,8 @@ import { css, LitElement, html } from 'lit';

}
/**
* Renders a header with the header-slot, headline and headline-slot within
* @returns {TemplateResult}
* @protected
* @method
*/
renderHeader() {

@@ -58,3 +64,3 @@ return html`<div

box-shadow: var(--uui-shadow-depth-1,0 1px 3px rgba(0,0,0,0.12) , 0 1px 2px rgba(0,0,0,0.24));
border-radius: var(--uui-border-radius,3px);
border-radius: var(--uui-border-radius,var(--uui-size-1));
background-color: var(--uui-color-surface,#fff);

@@ -61,0 +67,0 @@ }

10

package.json
{
"name": "@umbraco-ui/uui-box",
"version": "1.2.1",
"version": "1.3.0-rc.0",
"license": "MIT",

@@ -32,8 +32,8 @@ "description": "A box web component for grouping elements",

"dependencies": {
"@umbraco-ui/uui-base": "1.2.1",
"@umbraco-ui/uui-css": "1.2.1"
"@umbraco-ui/uui-base": "1.3.0-rc.0",
"@umbraco-ui/uui-css": "1.3.0-rc.0"
},
"scripts": {
"build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js",
"clean": "tsc --build --clean && rimraf dist lib/*.js lib/**/*.js custom-elements.json",
"clean": "tsc --build --clean && rimraf -g dist lib/*.js lib/**/*.js custom-elements.json",
"analyze": "web-component-analyzer **/*.element.ts --outFile custom-elements.json"

@@ -44,3 +44,3 @@ },

},
"gitHead": "94eb22bee5ff21bac6fadbd78653671279bebe36"
"gitHead": "45c3824056586d9817efb3f61dc0bef5478747f0"
}
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