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

@atomico/compare-content

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atomico/compare-content - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

21

lib/elements.js

@@ -88,4 +88,10 @@ import { jsx, jsxs } from 'atomico/jsx-runtime';

height: auto;
--mask: polygon(
--mask-start: polygon(
0% 0%,
calc(100% * var(--x)) 0%,
calc(100% * var(--x)) 100%,
0% 100%
);
--mask-end: polygon(
calc(100% * var(--x)) 0%,
100% 0%,

@@ -101,3 +107,9 @@ 100% 100%,

--icon-rotate: 90deg;
--mask: polygon(
--mask-start: polygon(
0% 0%,
100% 0%,
100% calc(100% * var(--y)),
0% calc(100% * var(--y))
);
--mask-end: polygon(
0% calc(100% * var(--y)),

@@ -132,2 +144,5 @@ 100% calc(100% * var(--y)),

}
::slotted([slot="item-1"]) {
clip-path: var(--mask-start);
}
::slotted([slot="item-2"]) {

@@ -137,3 +152,3 @@ position: absolute;

left: 0px;
clip-path: var(--mask);
clip-path: var(--mask-end);
}

@@ -140,0 +155,0 @@ .split {

2

package.json
{
"name": "@atomico/compare-content",
"version": "1.3.1",
"version": "1.3.2",
"type": "module",

@@ -5,0 +5,0 @@ "publishConfig": {

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