Huge News!Announcing our $40M Series B led by Abstract Ventures.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.47 to 1.0.48

10

build/index.js

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

var classNameIcon = "\n pointer-events-none\n w-5\n h-5\n absolute\n mx-2\n\n ";
return React.createElement("div", {
className: "flex p-10 items-center"
}, TheIcon && React.createElement(TheIcon, {
className: classNameIcon
}), React.createElement("button", Object.assign({
return React.createElement("button", Object.assign({
type: "button",
className: className
}, props)));
}, props), TheIcon && React.createElement(TheIcon, {
className: classNameIcon
}));
};

@@ -84,0 +82,0 @@

@@ -72,10 +72,8 @@ import React from 'react';

var classNameIcon = "\n pointer-events-none\n w-5\n h-5\n absolute\n mx-2\n\n ";
return React.createElement("div", {
className: "flex p-10 items-center"
}, TheIcon && React.createElement(TheIcon, {
className: classNameIcon
}), React.createElement("button", Object.assign({
return React.createElement("button", Object.assign({
type: "button",
className: className
}, props)));
}, props), TheIcon && React.createElement(TheIcon, {
className: classNameIcon
}));
};

@@ -82,0 +80,0 @@

2

package.json
{
"name": "@aleodoni-common/tailwind-components",
"version": "1.0.47",
"version": "1.0.48",
"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