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

@uidu/field-base

Package Overview
Dependencies
Maintainers
1
Versions
187
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uidu/field-base - npm Package Compare versions

Comparing version 0.1.29 to 0.1.30

5

CHANGELOG.md
# Change Log
## 0.1.30
- [patch] [f2e03fd](https://github.org/uidu-org/guidu/commits/f2e03fd):
- Release uidu/board for tasks management
## 0.1.29

@@ -4,0 +9,0 @@ - [patch] [93d4c6e](https://github.org/uidu-org/guidu/commits/93d4c6e):

4

package.json
{
"name": "@uidu/field-base",
"version": "0.1.29",
"version": "0.1.30",
"description": "Inputs using Formsy",

@@ -31,2 +31,2 @@ "module": "index.js",

"gitHead": "b7db529527c03f84030c3e712742ff4301bc72c5"
}
}

@@ -0,4 +1,4 @@

import classNames from 'classnames';
import PropTypes from 'prop-types';
import React from 'react';
import PropTypes from 'prop-types';
import classNames from 'classnames';
import Label from './Label';

@@ -16,3 +16,3 @@

if (layout === 'elementOnly') {
return React.createElement("span", null, element);
return element;
}

@@ -19,0 +19,0 @@

@@ -0,4 +1,4 @@

import classNames from 'classnames';
import PropTypes from 'prop-types';
import React from 'react';
import PropTypes from 'prop-types';
import classNames from 'classnames';
import Label from './Label';

@@ -19,3 +19,3 @@

if (layout === 'elementOnly') {
return <span>{element}</span>;
return element;
}

@@ -22,0 +22,0 @@

import React, { PureComponent } from 'react';
import {
ErrorMessages,
FloatLabel,
Help,
Icon,
RequiredSymbol,
Row,
RequiredSymbol,
FloatLabel,
} from './index';

@@ -10,0 +10,0 @@

{
"name": "@uidu/field-base",
"version": "0.1.29"
"version": "0.1.30"
}

@@ -9,3 +9,3 @@ import _extends from "@babel/runtime/helpers/extends";

import React, { PureComponent } from 'react';
import { ErrorMessages, Help, Icon, Row, RequiredSymbol, FloatLabel } from './index';
import { ErrorMessages, FloatLabel, Help, Icon, RequiredSymbol, Row } from './index';

@@ -12,0 +12,0 @@ var Wrapper =

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