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.53 to 1.0.54

1

dist/utilities/autosuggestions.js

@@ -73,3 +73,2 @@ "use strict";

data = _a.sent();
console.log(data, 'sdfsdfsdf');
if (!data || (data === null || data === void 0 ? void 0 : data.length) === 0) {

@@ -76,0 +75,0 @@ setNextPage(undefined);

2

package.json
{
"name": "qbs-core",
"version": "1.0.53",
"version": "1.0.54",
"description": "React Components",

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

@@ -52,3 +52,2 @@ import { useEffect, useState } from 'react';

: Promise.resolve(initialData));
console.log(data, 'sdfsdfsdf');
if (!data || data?.length === 0) {

@@ -55,0 +54,0 @@ setNextPage(undefined);

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