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.2.0 to 2.2.1

2

dist/JBInput.js

@@ -357,2 +357,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.value = `${this.value}`;
}

@@ -670,2 +671,3 @@ onPasswordTriggerClicked() {

this.elements.inputBox.appendChild(buttonsElement);
this.value = `${this.value}`;
}

@@ -672,0 +674,0 @@ }

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

}
this.value = `${this.value}`;
}

@@ -607,2 +608,3 @@ onPasswordTriggerClicked(): void {

this.elements.inputBox.appendChild(buttonsElement);
this.value = `${this.value}`;
}

@@ -609,0 +611,0 @@ }

2

package.json

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

],
"version": "2.2.0",
"version": "2.2.1",
"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