You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

jsql-api

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsql-api - npm Package Compare versions

Comparing version

to
0.0.55

3

dist/src/functions/fetchJsqlApi.js
import * as axios from "axios";
import { isAxiosError } from "axios";
/**

@@ -27,3 +28,3 @@ * Make a query to the database

catch (error) {
if (axios.isAxiosError(error)) {
if (isAxiosError(error)) {
console.error("Jsql Api Error:", error.response?.data || error.message);

@@ -30,0 +31,0 @@ throw error;

{
"name": "jsql-api",
"version": "0.0.54",
"version": "0.0.55",
"main": "dist/index.d.ts",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",