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.1 to 0.1.2

19

dist/index.cjs.js
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var React = require('react');
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
function Button(props) {
const {
children,
type = 'submit'
} = props;
return /*#__PURE__*/React__default["default"].createElement("button", {
type: type
}, children);
}
exports.Button = Button;

@@ -0,1 +1,13 @@

import React from 'react';
function Button(props) {
const {
children,
type = 'submit'
} = props;
return /*#__PURE__*/React.createElement("button", {
type: type
}, children);
}
export { Button };

5

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

@@ -30,3 +30,2 @@ "keywords": [

"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.0",
"react": "^17.0.2",

@@ -37,3 +36,3 @@ "rollup": "^2.58.0",

},
"gitHead": "f29c0c7c5e58239511a8ef5ad8d6bc30d6dfbfc7"
"gitHead": "b8201e95e4ab0f1e0b4d98ae8236dbda312e57c8"
}
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