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

@potok/forms

Package Overview
Dependencies
Maintainers
5
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@potok/forms - npm Package Compare versions

Comparing version 0.1.0-alpha.a19de77d to 0.1.0-alpha.b2160dfa

components/dates/DateInput/DateInput.jsx

5

components/index.js

@@ -8,2 +8,7 @@ import { RadioGroup, Radio } from './Radio';

export { default as TextArea } from './TextArea';
export { default as MaskInput } from './MaskInput';
export { default as DatePicker } from './dates/DatePicker';
export { default as DateRangePicker } from './dates/DateRangePicker';
export { default as DateInput } from './dates/DateInput';
export { default as DateRangeInput } from './dates/DateRangeInput';
export { RadioGroup, Radio };

3

components/Select/Select.jsx
// @flow
import * as React from 'react';
import Select2, { components } from 'react-select';
import Select2, { components, Creatable } from 'react-select';
import Async2 from 'react-select/lib/Async';

@@ -96,2 +96,3 @@ import AsyncCreatable2 from 'react-select/lib/AsyncCreatable';

Select2,
Creatable,
Async2,

@@ -98,0 +99,0 @@ AsyncCreatable2,

{
"name": "@potok/forms",
"version": "0.1.0-alpha.a19de77d",
"version": "0.1.0-alpha.b2160dfa",
"description": "Potok.io UI Kit Form Components",

@@ -15,7 +15,8 @@ "main": "./components/index.js",

"dependencies": {
"@potok/theme": "^0.7.0-alpha.a19de77d",
"@potok/theme": "^0.7.0-alpha.b2160dfa",
"lodash": "^4.17.10",
"react-phone-input-2": "^2.6.0",
"react-pose": "^4.0.8",
"react-select": "^2.1.1"
}
}
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