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

@justeattakeaway/pie-checkbox

Package Overview
Dependencies
Maintainers
13
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@justeattakeaway/pie-checkbox - npm Package Compare versions

Comparing version 0.0.0-snapshot-release-20240522125118 to 0.0.0-snapshot-release-20240522130647

2

dist/index.js

@@ -47,3 +47,3 @@ import { LitElement as b, html as y, nothing as d, unsafeCSS as f } from "lit";

formResetCallback() {
this._internals.setFormValue(this.value || "on");
this.checkbox && (this.checkbox.value = this.value || ""), this._internals.setFormValue(this.value || "");
}

@@ -50,0 +50,0 @@ updated(e) {

{
"name": "@justeattakeaway/pie-checkbox",
"description": "PIE Design System Checkbox built using Web Components",
"version": "0.0.0-snapshot-release-20240522125118",
"version": "0.0.0-snapshot-release-20240522130647",
"type": "module",

@@ -6,0 +6,0 @@ "main": "dist/index.js",

@@ -85,3 +85,7 @@ import {

public formResetCallback (): void {
this._internals.setFormValue(this.value || 'on');
if (this.checkbox) {
this.checkbox.value = this.value || '';
}
this._internals.setFormValue(this.value || '');
}

@@ -88,0 +92,0 @@

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