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

@wix/data-backend-public-sdk-poc

Package Overview
Dependencies
Maintainers
0
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wix/data-backend-public-sdk-poc - npm Package Compare versions

Comparing version 1.0.66 to 1.0.67

7

package.json
{
"name": "@wix/data-backend-public-sdk-poc",
"version": "1.0.66",
"version": "1.0.67",
"publishConfig": {

@@ -21,6 +21,5 @@ "registry": "https://registry.npmjs.org/",

"dependencies": {
"@wix/data-backend-public-sdk-poc_data": "1.0.19"
"@wix/data-backend-public-sdk-poc_data": "1.0.20"
},
"devDependencies": {
"@wix/sdk": "https://cdn.dev.wixpress.com/@wix/sdk/02e8069ab2fd783e0e6a080fc7d590e76cb26ab93c8389574286305b.tar.gz",
"glob": "^10.4.1",

@@ -47,3 +46,3 @@ "rollup": "^4.18.0",

},
"falconPackageHash": "454cb914ded75a3572d00b6d317eb5e84b442fbdaeb08c8bcc2c5356"
"falconPackageHash": "7164c4dd5f45dac2349a6a9fe550903ea3742369bfb36577b3420cf0"
}

@@ -122,2 +122,3 @@ interface Sorting {

request<TResponse, TData = any>(req: RequestOptionsFactory<TResponse, TData>): Promise<HttpResponse<TResponse>>;
fetchWithAuth: (url: string | URL, init?: RequestInit) => Promise<Response>;
}

@@ -145,2 +146,9 @@ type RequestOptionsFactory<TResponse = any, TData = any> = (context: any) => RequestOptions<TResponse, TData>;

declare global {
// eslint-disable-next-line @typescript-eslint/consistent-type-definitions -- It has to be an `interface` so that it can be merged.
interface SymbolConstructor {
readonly observable: symbol;
}
}
declare function query$1(httpClient: HttpClient): (options?: QueryOptions) => Promise<QueryResponse & QueryResponseNonNullableFields>;

@@ -147,0 +155,0 @@

@@ -587,2 +587,3 @@ interface Item {

request<TResponse, TData = any>(req: RequestOptionsFactory<TResponse, TData>): Promise<HttpResponse<TResponse>>;
fetchWithAuth: (url: string | URL, init?: RequestInit) => Promise<Response>;
}

@@ -609,2 +610,9 @@ type RequestOptionsFactory<TResponse = any, TData = any> = (context: any) => RequestOptions<TResponse, TData>;

declare global {
// eslint-disable-next-line @typescript-eslint/consistent-type-definitions -- It has to be an `interface` so that it can be merged.
interface SymbolConstructor {
readonly observable: symbol;
}
}
declare const __metadata: {

@@ -611,0 +619,0 @@ PACKAGE_NAME: string;

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