Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@flyui-kit/react

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flyui-kit/react - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

4

dist/index.cjs.js

@@ -14,5 +14,9 @@ 'use strict';

children,
className,
type = 'submit'
} = props;
return /*#__PURE__*/React__default["default"].createElement("button", {
className: `
animate-pulse bg-purple-300 hover:bg-purple-400 hover:text-white font-bold py-2 px-4 rounded inline-flex items-center
${className}`,
type: type

@@ -19,0 +23,0 @@ }, children);

@@ -6,5 +6,9 @@ import React from 'react';

children,
className,
type = 'submit'
} = props;
return /*#__PURE__*/React.createElement("button", {
className: `
animate-pulse bg-purple-300 hover:bg-purple-400 hover:text-white font-bold py-2 px-4 rounded inline-flex items-center
${className}`,
type: type

@@ -11,0 +15,0 @@ }, children);

4

package.json
{
"name": "@flyui-kit/react",
"version": "0.1.3",
"version": "0.1.4",
"description": "FlyUI Component Kit",

@@ -35,3 +35,3 @@ "keywords": [

},
"gitHead": "c292db0de4ef88fdd08aeb598cb96ef36f788a32"
"gitHead": "fcb4b50445788b898e38a27a355fbbf7e90d0128"
}
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