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

@wix/sdk-runtime

Package Overview
Dependencies
Maintainers
21
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wix/sdk-runtime - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

4

build/index.d.ts

@@ -12,4 +12,4 @@ /**

declare function renameAllNestedKeys(payload: Record<string, unknown> | null | undefined, renameMap: Record<string, string>, ignorePaths: string[]): Record<string, unknown> | null | undefined;
declare function renameKeysFromSDKRequestToRESTRequest(payload: Record<string, unknown> | null | undefined, ignorePaths?: string[]): Record<string, unknown> | null | undefined;
declare function renameKeysFromRESTResponseToSDKResponse(payload: Record<string, unknown> | null | undefined, ignorePaths?: string[]): Record<string, unknown> | null | undefined;
declare function renameKeysFromSDKRequestToRESTRequest<T>(payload: T, ignorePaths?: string[]): T;
declare function renameKeysFromRESTResponseToSDKResponse<T>(payload: T, ignorePaths?: string[]): T;

@@ -16,0 +16,0 @@ type ValidationErrorResponse = {

{
"name": "@wix/sdk-runtime",
"version": "0.0.3",
"version": "0.0.4",
"license": "UNLICENSED",

@@ -56,3 +56,3 @@ "main": "build/index.js",

},
"falconPackageHash": "ee1997159f6202674d99899e4df4b3f3297bc2ba750084480f6dd53b"
"falconPackageHash": "769a9eeafee09343d050f768e2bbe8aefcab02d18a8aa1ff44e87e92"
}

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