🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

react-native-form-container

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-form-container - npm Package Compare versions

Comparing version
1.0.45
to
1.0.46
+1
-1
package.json
{
"name": "react-native-form-container",
"version": "1.0.45",
"version": "1.0.46",
"description": "A form container component for React Native",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -39,3 +39,3 @@ import {

pattern: {
value: /^[a-zA-Z]*$/,
value: /.*/,
},

@@ -42,0 +42,0 @@ },