Socket
Socket
Sign inDemoInstall

qbs-core

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qbs-core - npm Package Compare versions

Comparing version 1.0.61 to 1.0.62

3

dist/AutoComplete.js

@@ -89,3 +89,3 @@ "use strict";

var _y = (0, react_1.useState)(false), dropOpen = _y[0], setDropOpen = _y[1];
var _z = (0, react_1.useState)(propsSeelctedItems), selectedItems = _z[0], setSelectedItems = _z[1];
var _z = (0, react_1.useState)([]), selectedItems = _z[0], setSelectedItems = _z[1];
// API call for suggestions through a custom hook

@@ -165,2 +165,3 @@ var _0 = (0, react_1.useState)('bottom'), dropdownPosition = _0[0], setDropdownPosition = _0[1];

}, [propsSeelctedItems]);
console.log(selectedItems, propsSeelctedItems, '========>>>>>>>>>>>>>>>>>');
// Effect to set the input value whenever `value` prop changes

@@ -167,0 +168,0 @@ (0, react_1.useEffect)(function () {

{
"name": "qbs-core",
"version": "1.0.61",
"version": "1.0.62",
"description": "React Components",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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