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

jb-input-react

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jb-input-react - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

package.json

@@ -17,3 +17,3 @@ {

],
"version": "1.0.3",
"version": "1.0.4",
"bugs": "https://github.com/javadbat/jb-input-react/issues",

@@ -20,0 +20,0 @@ "license": "MIT",

@@ -112,3 +112,9 @@ # JBInput React

// what char replaced to input if user paste some illeglal value defualt is '' (empty string)
invalidNumberReplacement:'0'
invalidNumberReplacement:'0',
// separate every 3 number with comma like 1000000 => 1,000,000
useThousandSeparator:false,
// which char we use to separate thousand number
thousandSeparator:',',
//can input accept negativenumber or not
acceptNegative:true,
}

@@ -115,0 +121,0 @@ ```

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