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

@shopify/app-bridge

Package Overview
Dependencies
Maintainers
24
Versions
322
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/app-bridge - npm Package Compare versions

Comparing version 3.8.0-snapshot-20240812165150 to 3.9.0-snapshot-20240812170649

4

package.json
{
"name": "@shopify/app-bridge",
"version": "3.8.0-snapshot-20240812165150",
"version": "3.9.0-snapshot-20240812170649",
"types": "index.d.ts",

@@ -54,3 +54,3 @@ "main": "index.js",

"dependencies": {
"@shopify/app-bridge-core": "1.4.0-snapshot-20240812165150",
"@shopify/app-bridge-core": "1.5.0-snapshot-20240812170649",
"base64url": "^3.0.1",

@@ -57,0 +57,0 @@ "web-vitals": "^3.0.1"

@@ -6,5 +6,5 @@ import type { MetaAction } from '../../actions/types';

error: string;
message?: string | undefined;
message?: string;
value: any;
}[] | undefined;
export { Action };

@@ -6,5 +6,5 @@ import type { MetaAction } from '../../actions/types';

error: string;
message?: string | undefined;
message?: string;
value: any;
}[] | undefined;
export { Action };

@@ -5,5 +5,5 @@ import type { MetaAction } from '../../actions/types';

error: string;
message?: string | undefined;
message?: string;
value: any;
}[] | undefined;
export { Action } from '../../actions/Share';

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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