Socket
Socket
Sign inDemoInstall

@mekari/pixel-input

Package Overview
Dependencies
Maintainers
4
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mekari/pixel-input - npm Package Compare versions

Comparing version 0.3.7 to 0.3.8

2

dist/mekari-pixel-input.cjs.dev.js

@@ -215,3 +215,3 @@ 'use strict';

return {
currentValue: this.value || this.defaultValue,
currentValue: this.value ?? this.defaultValue,
isHovered: false,

@@ -218,0 +218,0 @@ styleRight: 12,

@@ -215,3 +215,3 @@ 'use strict';

return {
currentValue: this.value || this.defaultValue,
currentValue: this.value ?? this.defaultValue,
isHovered: false,

@@ -218,0 +218,0 @@ styleRight: 12,

@@ -211,3 +211,3 @@ import { MpBox } from '@mekari/pixel-box';

return {
currentValue: this.value || this.defaultValue,
currentValue: this.value ?? this.defaultValue,
isHovered: false,

@@ -214,0 +214,0 @@ styleRight: 12,

{
"name": "@mekari/pixel-input",
"description": "Mekari Pixel | Input component",
"version": "0.3.7",
"version": "0.3.8",
"homepage": "https://mekari.design/",

@@ -6,0 +6,0 @@ "repository": {

@@ -28,3 +28,3 @@ import { MpBox } from '@mekari/pixel-box'

return {
currentValue: this.value || this.defaultValue,
currentValue: this.value ?? this.defaultValue,
isHovered: false,

@@ -31,0 +31,0 @@ styleRight: 12,

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