Socket
Socket
Sign inDemoInstall

mobx-input

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mobx-input - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

4

lib/mobx-input.d.ts
import * as React from 'react';
export interface ValidatedInputProps {
id?: string;
label: string;
label?: string;
type?: string;

@@ -18,3 +18,3 @@ componentClass?: string;

id?: string;
label: string;
label?: string;
type?: string;

@@ -21,0 +21,0 @@ componentClass?: string;

{
"name": "mobx-input",
"version": "0.0.12",
"version": "0.0.13",
"description": "Form library for MobX, with observable state and validations",

@@ -5,0 +5,0 @@ "main": "lib/mobx-input.js",

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