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

jb-input

Package Overview
Dependencies
Maintainers
1
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jb-input - npm Package Compare versions

Comparing version 2.1.6 to 2.1.7

2

dist/JBInput.d.ts

@@ -24,3 +24,3 @@ import './inbox-element/inbox-element';

* this function will get user inputed or pasted text and convert it to standard one base on developer config
* @param {String} valueString
* @param {String | number} valueString
* @return {String} standard value

@@ -27,0 +27,0 @@ */

@@ -144,3 +144,3 @@ var HTML = "<div class=\"jb-input-web-component\">\r\n <label class=\"--hide\"><span class=\"label-value\"></span></label>\r\n <div class=\"input-box\">\r\n <div class=\"jb-input-start-section-wrapper\">\r\n <slot name=\"start-section\"></slot>\r\n </div>\r\n <input>\r\n <div class=\"password-trigger\">\r\n <svg viewBox=\"0 0 120 120\">\r\n <path class=\"eye-line\" stroke-linecap=\"round\"></path>\r\n <circle cx=\"60\" cy=\"60\" r=\"20\"></circle>\r\n </svg>\r\n </div>\r\n <div class=\"jb-input-end-section-wrapper\">\r\n <slot name=\"end-section\"></slot>\r\n </div>\r\n </div>\r\n <div class=\"message-box\"></div>\r\n</div>";

* this function will get user inputed or pasted text and convert it to standard one base on developer config
* @param {String} valueString
* @param {String | number} valueString
* @return {String} standard value

@@ -147,0 +147,0 @@ */

@@ -82,3 +82,3 @@ import HTML from './JBInput.html';

* this function will get user inputed or pasted text and convert it to standard one base on developer config
* @param {String} valueString
* @param {String | number} valueString
* @return {String} standard value

@@ -85,0 +85,0 @@ */

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

],
"version": "2.1.6",
"version": "2.1.7",
"bugs": "https://github.com/javadbat/jb-input/issues",

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

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