Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@justeattakeaway/pie-card

Package Overview
Dependencies
Maintainers
0
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@justeattakeaway/pie-card - npm Package Compare versions

Comparing version 0.0.0-snapshot-release-20240925100027 to 0.0.0-snapshot-release-20240927094312

4

package.json
{
"name": "@justeattakeaway/pie-card",
"version": "0.0.0-snapshot-release-20240925100027",
"version": "0.0.0-snapshot-release-20240927094312",
"description": "PIE Design System Card built using Web Components",

@@ -45,3 +45,3 @@ "type": "module",

"dependencies": {
"@justeattakeaway/pie-webc-core": "0.24.0"
"@justeattakeaway/pie-webc-core": "0.0.0-snapshot-release-20240927094312"
},

@@ -48,0 +48,0 @@ "volta": {

@@ -139,3 +139,3 @@ import {

if (this.assignedElements) {
// Handle slotted images
// Handle images nested inside slotted elements
this.assignedElements.forEach((element) => {

@@ -147,3 +147,3 @@ const images = element.querySelectorAll('img');

// Handle non-slotted direct content images
// Handle directly slotted images
const directImages = this.querySelectorAll('img');

@@ -150,0 +150,0 @@ this.applyOpacityToImages(directImages);

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