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
69
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-20240930150519 to 0.0.0-snapshot-release-20241016144556

8

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

@@ -40,8 +40,8 @@ "type": "module",

"@justeattakeaway/pie-components-config": "0.18.0",
"@justeattakeaway/pie-css": "0.13.0",
"@justeattakeaway/pie-wrapper-react": "0.14.1",
"@justeattakeaway/pie-css": "0.13.1",
"@justeattakeaway/pie-wrapper-react": "0.14.2",
"cem-plugin-module-file-extensions": "0.0.5"
},
"dependencies": {
"@justeattakeaway/pie-webc-core": "0.24.0"
"@justeattakeaway/pie-webc-core": "0.0.0-snapshot-release-20241016144556"
},

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

@@ -1,3 +0,3 @@

import React from 'react';
import type React from 'react';
export type ReactBaseType = React.AnchorHTMLAttributes<HTMLAnchorElement> & React.ButtonHTMLAttributes<HTMLButtonElement>
import {
html, LitElement, unsafeCSS, nothing, TemplateResult, type PropertyValues,
html, LitElement, unsafeCSS, nothing, type TemplateResult, type PropertyValues,
} from 'lit';

@@ -12,3 +12,3 @@ import { classMap, type ClassInfo } from 'lit/directives/class-map.js';

tags,
CardProps,
type CardProps,
defaultProps,

@@ -15,0 +15,0 @@ paddingValues,

import * as React from 'react';
import { createComponent } from '@lit/react';
import { PieCard as PieCardLit } from './index';
import { CardProps } from './defs';
import { type CardProps } from './defs';

@@ -6,0 +6,0 @@ export * from './defs';

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