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

jb-mobile-input

Package Overview
Dependencies
Maintainers
0
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jb-mobile-input - npm Package Compare versions

Comparing version 2.0.3 to 2.1.0

react/dist/JBMobileInput.cjs.js

0

dist/common/scripts/device-detection.d.ts
export declare const isMobile: () => boolean;
declare function faToEnDigits(input: string | number): string;
declare function enToFaDigits(input: string | number): string;
export { enToFaDigits, faToEnDigits };

5

dist/web-component/jb-mobile-input/lib/jb-mobile-input.d.ts
import "jb-input";
import { JBInputWebComponent } from "jb-input";
import { ValidationValue } from "jb-input/types";
import { WithValidation } from "jb-validation/types";
import { JBInputWebComponent, ValidationValue } from "jb-input";
import { type WithValidation } from "jb-validation";
export declare class JBMobileInputWebComponent extends JBInputWebComponent implements WithValidation<ValidationValue> {

@@ -6,0 +5,0 @@ #private;

import CSS from "./jb-mobile-input.scss";
import "jb-input";
// eslint-disable-next-line no-duplicate-imports
import { JBInputWebComponent} from "jb-input";
import { JBInputValue, ValidationValue} from "jb-input/types";
import { WithValidation, ValidationItem } from "jb-validation/types";
import { JBInputWebComponent, JBInputValue, ValidationValue} from "jb-input";
import { type WithValidation, type ValidationItem } from "jb-validation";

@@ -8,0 +7,0 @@ export class JBMobileInputWebComponent extends JBInputWebComponent implements WithValidation<ValidationValue> {

@@ -18,6 +18,8 @@ {

"mobile web-component",
"موبایل",
"کامپوننت شماره موبایل",
"phone web-component",
"cellphone web component"
],
"version": "2.0.3",
"version": "2.1.0",
"bugs": "https://github.com/javadbat/jb-mobile-input/issues",

@@ -29,14 +31,5 @@ "license": "MIT",

"lib/",
"dist/"
"dist/",
"react/"
],
"exports": {
".": {
"import": "./index.js",
"types":"./dist/web-component/jb-mobile-input/lib/jb-mobile-input.d.ts"
},
"./types":{
"default":"./lib/types.ts",
"types":"./dist/web-component/jb-mobile-input/lib/types.d.ts"
}
},
"main": "index.js",

@@ -50,12 +43,6 @@ "module": "index.js",

"types": "./dist/web-component/jb-mobile-input/lib/jb-mobile-input.d.ts",
"typesVersions": {
"*": {
"*": ["./dist/web-component/jb-mobile-input/lib/jb-mobile-input.d.ts"],
"types":["./dist/web-component/jb-mobile-input/lib/types.d.ts"]
}
},
"dependencies": {
"jb-input": ">=3.0.5",
"jb-validation":">=0.0.2"
"jb-input": ">=3.4.2",
"jb-validation":">=0.2.0"
}
}

@@ -6,2 +6,6 @@ # jb-mobile-input web component

## using with JS frameworks
to use this component in **react** see [`jb-mobile-input/react`](https://github.com/javadbat/jb-mobile-input/tree/main/react);
## Installation

@@ -31,3 +35,3 @@ ```bash

- see [jb-mobile-input-react](https://github.com/javadbat/jb-mobile-input-react) if you want to use this component as a ReactJS component.
- see [`jb-mobile-input/react`](https://github.com/javadbat/jb-mobile-input/tree/main/react) if you want to use this component as a ReactJS component.

@@ -34,0 +38,0 @@ - see [All JB Design system Component List](https://github.com/javadbat/design-system/blob/master/docs/component-list.md) for more components

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