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

jb-mobile-input-react

Package Overview
Dependencies
Maintainers
0
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jb-mobile-input-react - npm Package Compare versions

Comparing version 2.0.2 to 2.0.4

dist/common/scripts/device-detection.d.ts

2

dist/JBMobileInput.umd.js
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('react'), require('jb-mobile-input'), require('jb-input-react')) :
typeof define === 'function' && define.amd ? define(['exports', 'react', 'jb-mobile-input', 'jb-input-react'], factory) :
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.JBMobileInput = {}, global.React, null, global.jbInputReact));
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.JBMobileInput = {}, global.React, null, global.JBInputReact));
})(this, (function (exports, React, jbMobileInput, jbInputReact) { 'use strict';

@@ -6,0 +6,0 @@

import React from 'react';
import 'jb-mobile-input';
import { Props as JBInputProps } from 'jb-input-react';
import { JBMobileInputWebComponent } from 'jb-mobile-input';
import { type Props as JBInputProps } from 'jb-input-react';
import { type JBMobileInputWebComponent } from 'jb-mobile-input';
interface JBMobileInputType extends React.DetailedHTMLProps<React.HTMLAttributes<JBMobileInputWebComponent>, JBMobileInputWebComponent> {
class?: string;
label?: string;
name?: string;
message?: string;
placeholder?: string;
}

@@ -12,0 +8,0 @@ declare global {

@@ -16,6 +16,7 @@ {

"mobile",
"موبایل",
"react",
"react component"
],
"version": "2.0.2",
"version": "2.0.4",
"bugs": "https://github.com/javadbat/jb-mobile-input-react/issues",

@@ -36,5 +37,5 @@ "license": "MIT",

"dependencies": {
"jb-mobile-input": ">=2.0.0",
"jb-input-react": ">-3.1.0"
"jb-mobile-input": ">=2.0.3",
"jb-input-react": ">=3.2.0"
}
}
# jb-mobile-input-react
superset component on [jb-input-react](https://github.com/javadbat/jb-input-react) , just for mobile number input with extra filter and ready to use validator
Demo: [codeSandbox preview](https://3f63dj.csb.app/samples/jb-mobile-input) for just see the demo and [codeSandbox editor](https://codesandbox.io/p/sandbox/jb-design-system-3f63dj?file=%2Fsrc%2Fsamples%2FJBMobileInput.tsx) if you want to see and play with code
## Installation

@@ -21,2 +23,9 @@ ```bash

for more information like events, styling,... just read [jb-input-react](https://github.com/javadbat/jb-input-react)
## Other Related Docs:
- see [jb-mobile-input](https://github.com/javadbat/jb-mobile-input) if you want to use this component as a pure-js web-component
- see [All JB Design system Component List](https://github.com/javadbat/design-system/blob/master/docs/component-list.md) for more components
- use [Contribution Guide](https://github.com/javadbat/design-system/blob/master/docs/contribution-guide.md) if you want to contribute in this component.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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