Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@xata.io/client

Package Overview
Dependencies
Maintainers
4
Versions
4350
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xata.io/client - npm Package Compare versions

Comparing version 0.0.0-alpha.6d8ac35 to 0.0.0-alpha.6daa3ca

dist/api/client.d.ts

2

dist/index.d.ts

@@ -186,2 +186,2 @@ export interface XataRecord {

export declare type Links = Record<string, Array<string[]>>;
export {};
export * from './api';
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

@@ -510,1 +520,2 @@ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }

};
__exportStar(require("./api"), exports);
export declare const errors: {
noFetchImplementation: string;
invalidApiProvider: string;
falsyFetchImplementation: string; /** @todo add a link after docs exist */
};

@@ -5,2 +5,4 @@ "use strict";

exports.errors = {
noFetchImplementation: 'No fetch implementation provided',
invalidApiProvider: 'Invalid API provider',
falsyFetchImplementation: `The \`fetch\` option passed to the Xata client is resolving to a falsy value and may not be correctly imported.

@@ -7,0 +9,0 @@

{
"name": "@xata.io/client",
"version": "0.0.0-alpha.6d8ac35",
"version": "0.0.0-alpha.6daa3ca",
"description": "Xata.io SDK for TypeScript and JavaScript",

@@ -23,3 +23,3 @@ "main": "./dist/index.js",

"homepage": "https://github.com/xataio/client-ts/blob/main/client/README.md",
"gitHead": "6d8ac35e46ca7f32e38e4132d480e4b1cf9813be"
"gitHead": "6daa3caebf249585054f06216c1c7244e80613a1"
}
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