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

@aleodoni-common/tailwind-components

Package Overview
Dependencies
Maintainers
1
Versions
217
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aleodoni-common/tailwind-components - npm Package Compare versions

Comparing version 1.0.31 to 1.0.32

6

build/index.js

@@ -32,3 +32,5 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }

_props$aleodoni_outli = props.aleodoni_outlineicon,
aleodoni_outlineicon = _props$aleodoni_outli === void 0 ? false : _props$aleodoni_outli;
aleodoni_outlineicon = _props$aleodoni_outli === void 0 ? false : _props$aleodoni_outli,
_props$type = props.type,
type = _props$type === void 0 ? 'text' : _props$type;
var pH = aleodoni_inputicon ? 'pl-8 pr-3' : 'px-3';

@@ -47,3 +49,3 @@ var TheIcon;

}), React.createElement("input", Object.assign({
type: "text",
type: type,
className: className

@@ -50,0 +52,0 @@ }, props)));

@@ -30,3 +30,5 @@ import React from 'react';

_props$aleodoni_outli = props.aleodoni_outlineicon,
aleodoni_outlineicon = _props$aleodoni_outli === void 0 ? false : _props$aleodoni_outli;
aleodoni_outlineicon = _props$aleodoni_outli === void 0 ? false : _props$aleodoni_outli,
_props$type = props.type,
type = _props$type === void 0 ? 'text' : _props$type;
var pH = aleodoni_inputicon ? 'pl-8 pr-3' : 'px-3';

@@ -45,3 +47,3 @@ var TheIcon;

}), React.createElement("input", Object.assign({
type: "text",
type: type,
className: className

@@ -48,0 +50,0 @@ }, props)));

{
"name": "@aleodoni-common/tailwind-components",
"version": "1.0.31",
"version": "1.0.32",
"main": "./build/index.js",

@@ -5,0 +5,0 @@ "module": "build/index.modern.js",

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