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

@wix/sdk

Package Overview
Dependencies
Maintainers
27
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wix/sdk - npm Package Compare versions

Comparing version 1.14.2 to 1.14.3

6

build/event-handlers-modules.d.ts

@@ -35,2 +35,5 @@ import { AuthenticationStrategy, EventDefinition, EventHandler, EventIdentity } from '@wix/sdk-types';

apps: {
/**
* @deprecated Use [onAppInstanceInstalled](https://dev.wix.com/docs/sdk/backend-modules/app-management/app-instances/on-app-instance-installed) instead
*/
AppInstalled: EventDefinition<{

@@ -40,2 +43,5 @@ appId: string;

}, 'AppInstalled'>;
/**
* @deprecated Use [onAppInstanceRemoved](https://dev.wix.com/docs/sdk/backend-modules/app-management/app-instances/on-app-instance-removed) instead
*/
AppRemoved: EventDefinition<{

@@ -42,0 +48,0 @@ appId: string;

@@ -35,2 +35,5 @@ import { AuthenticationStrategy, EventDefinition, EventHandler, EventIdentity } from '@wix/sdk-types';

apps: {
/**
* @deprecated Use [onAppInstanceInstalled](https://dev.wix.com/docs/sdk/backend-modules/app-management/app-instances/on-app-instance-installed) instead
*/
AppInstalled: EventDefinition<{

@@ -40,2 +43,5 @@ appId: string;

}, 'AppInstalled'>;
/**
* @deprecated Use [onAppInstanceRemoved](https://dev.wix.com/docs/sdk/backend-modules/app-management/app-instances/on-app-instance-removed) instead
*/
AppRemoved: EventDefinition<{

@@ -42,0 +48,0 @@ appId: string;

26

package.json
{
"name": "@wix/sdk",
"version": "1.14.2",
"version": "1.14.3",
"license": "UNLICENSED",

@@ -66,7 +66,7 @@ "author": {

"dependencies": {
"@wix/identity": "^1.0.83",
"@wix/image-kit": "^1.92.0",
"@wix/redirects": "^1.0.58",
"@wix/identity": "^1.0.86",
"@wix/image-kit": "^1.93.0",
"@wix/redirects": "^1.0.61",
"@wix/sdk-context": "^0.0.1",
"@wix/sdk-runtime": "0.3.22",
"@wix/sdk-runtime": "0.3.23",
"@wix/sdk-types": "^1.12.4",

@@ -81,9 +81,9 @@ "jose": "^5.9.6",

"@types/is-ci": "^3.0.4",
"@types/node": "^20.17.1",
"@types/node": "^20.17.6",
"@vitest/ui": "^1.6.0",
"@wix/ecom": "^1.0.785",
"@wix/events": "^1.0.322",
"@wix/metro": "^1.0.87",
"@wix/metro-runtime": "^1.1836.0",
"@wix/sdk-runtime": "0.3.22",
"@wix/ecom": "^1.0.817",
"@wix/events": "^1.0.335",
"@wix/metro": "^1.0.89",
"@wix/metro-runtime": "^1.1850.0",
"@wix/sdk-runtime": "0.3.23",
"eslint": "^8.57.1",

@@ -94,3 +94,3 @@ "eslint-config-sdk": "0.0.0",

"jsdom": "^22.1.0",
"msw": "^2.5.1",
"msw": "^2.6.2",
"typescript": "^5.6.3",

@@ -123,3 +123,3 @@ "vitest": "^1.6.0",

},
"falconPackageHash": "013206f49fbedd4b9e408a91fb3ae082db4f1e9d317ccb8cb4a7bc60"
"falconPackageHash": "4191fb2c7472cdb151031db3abcedd93dc289b348285911ef4f8804e"
}
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