New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@xata.io/client

Package Overview
Dependencies
Maintainers
4
Versions
4359
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.184a18d to 0.0.0-alpha.19d8055

2

dist/index.d.ts

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

export declare type Links = Record<string, Array<string[]>>;
export * from './api';
export {};
"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) {

@@ -520,2 +510,1 @@ 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,4 +5,2 @@ "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.

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

{
"name": "@xata.io/client",
"version": "0.0.0-alpha.184a18d",
"version": "0.0.0-alpha.19d8055",
"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": "184a18d969953dafaa86e12072279ce4105c031c"
"gitHead": "19d80557a32e629c1d15cf395183d7933ed5cc2b"
}
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