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

@justeattakeaway/pie-button

Package Overview
Dependencies
Maintainers
8
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@justeattakeaway/pie-button - npm Package Compare versions

Comparing version 0.12.1 to 0.12.2

7

CHANGELOG.md
# Changelog
## 0.12.2
### Patch Changes
- Updated dependencies [[`1f79d9d1a`](https://github.com/justeattakeaway/pie/commit/1f79d9d1a6fe9160b244e82d956290136b87187b)]:
- @justeattakeaway/pie-webc-core@0.1.0
## 0.12.1

@@ -4,0 +11,0 @@

5

package.json
{
"name": "@justeattakeaway/pie-button",
"version": "0.12.1",
"version": "0.12.2",
"description": "PIE design system button built using web components",

@@ -20,2 +20,5 @@ "type": "module",

"license": "Apache-2.0",
"dependencies": {
"@justeattakeaway/pie-webc-core": "workspace:*"
},
"volta": {

@@ -22,0 +25,0 @@ "extends": "../../../package.json"

1

src/index.ts
import { LitElement, html, unsafeCSS } from 'lit';
import { classMap } from 'lit/directives/class-map.js';
import { customElement, property } from 'lit/decorators.js';
import styles from './button.scss?inline';

@@ -6,0 +5,0 @@ import { validPropertyValues } from './decorators';

Sorry, the diff of this file is not supported yet

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