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

bam32bittheme

Package Overview
Dependencies
Maintainers
0
Versions
465
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bam32bittheme - npm Package Compare versions

Comparing version

to
2.1.143

3

dist/components/Input.js

@@ -26,2 +26,3 @@ "use strict";

const Input = _ref => {
var _String;
let {

@@ -92,3 +93,3 @@ debounceTime = 0,

const displayedValue = toUpperCase ? innerValue.toLocaleUpperCase() || '' : innerValue || '';
const remainingCount = numberOfCharacters ? Math.max(numberOfCharacters - (displayedValue === null || displayedValue === void 0 ? void 0 : displayedValue.length), 0) : 0;
const remainingCount = numberOfCharacters ? Math.max(numberOfCharacters - ((_String = String(displayedValue)) === null || _String === void 0 ? void 0 : _String.length), 0) : 0;
return /*#__PURE__*/_react.default.createElement(_material.Box, _extends({}, boxProps, {

@@ -95,0 +96,0 @@ sx: _objectSpread({

@@ -128,3 +128,3 @@ "use strict";

position: isMobile ? 'relative' : 'absolute',
right: isMobile ? 0 : 35,
right: isMobile ? 0 : props !== null && props !== void 0 && props.freeSolo ? 35 : 70,
top: isMobile ? 0 : 10,

@@ -131,0 +131,0 @@ marginLeft: isMobile ? 1 : 0

{
"name": "bam32bittheme",
"version": "2.1.142",
"version": "2.1.143",
"private": false,

@@ -5,0 +5,0 @@ "description": "32bit Theme for Material UI v5.x",