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

arui-feather

Package Overview
Dependencies
Maintainers
5
Versions
268
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arui-feather - npm Package Compare versions

Comparing version 9.10.0 to 9.10.1

phone-input/fantasy/index.d.ts

10

CHANGELOG.md

@@ -0,1 +1,11 @@

<a name="9.10.1"></a>
## [9.10.1](https://github.com/alfa-laboratory/arui-feather/compare/v9.10.0...v9.10.1) (2017-09-19)
### Bug Fixes
* **phone-input:** pass mask in prop types explicitly for proper typings generation ([#262](https://github.com/alfa-laboratory/arui-feather/issues/262)) ([df2187b](https://github.com/alfa-laboratory/arui-feather/commit/df2187b))
<a name="9.10.0"></a>

@@ -2,0 +12,0 @@ # [9.10.0](https://github.com/alfa-laboratory/arui-feather/compare/v9.9.0...v9.10.0) (2017-09-19)

2

package.json
{
"name": "arui-feather",
"version": "9.10.0",
"version": "9.10.1",
"description": "Alfa-Bank UI lightweight library",

@@ -5,0 +5,0 @@ "repository": {

@@ -111,9 +111,11 @@ 'use strict';

}(_react2.default.Component), _class2.propTypes = _extends({}, _input2.default.propTypes, {
/** Определяет маску для ввода значений. [Шаблон маски](https://github.com/insin/inputmask-core#pattern) */
mask: _propTypes2.default.string,
/** Подсказка в текстовом поле */
placeholder: _propTypes2.default.string
}), _class2.defaultProps = {
placeholder: '+7 000 000 00 00',
mask: '+1 111 111 11 11'
mask: '+1 111 111 11 11',
placeholder: '+7 000 000 00 00'
}, _temp)) || _class) || _class);
exports.default = PhoneInput;
//# sourceMappingURL=phone-input.js.map

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