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 1.2.18 to 1.2.19

2

lib/JBInput.js

@@ -14,3 +14,3 @@ import { number } from 'prop-types';

this._value = standardedValue;
if (this.internals_) {
if (this.internals_ && typeof this.internals_.setFormValue == "function") {
this.internals_.setFormValue(standardedValue);

@@ -17,0 +17,0 @@ }

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

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

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

Sorry, the diff of this file is too big to display

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