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

@shopify/app-bridge

Package Overview
Dependencies
Maintainers
19
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.5.1 to 3.6.0-snapshot-20221220190552

utilities/authorization-code/authorization-code.d.ts

1

actions/Modal/index.d.ts

@@ -32,3 +32,2 @@ import { ClientApplication } from '../../client';

* This option has been removed in favour of the `setUpModalAutoSizing` utility.
* See `app-bridge-utils` package for more information
*/

@@ -35,0 +34,0 @@ Auto = "auto"

@@ -64,3 +64,2 @@ "use strict";

* This option has been removed in favour of the `setUpModalAutoSizing` utility.
* See `app-bridge-utils` package for more information
*/

@@ -67,0 +66,0 @@ Size["Auto"] = "auto";

{
"name": "@shopify/app-bridge",
"version": "3.5.1",
"version": "3.6.0-snapshot-20221220190552",
"types": "index.d.ts",

@@ -12,2 +12,3 @@ "main": "index.js",

"/umd/",
"/utilities/",
"/util/",

@@ -14,0 +15,0 @@ "/validate/",

@@ -63,3 +63,3 @@ "use strict";

if (value === Modal_1.Size.Auto) {
message += ". Size `" + value + "` is deprecated as of version 1.12.x and will fall back to size `medium`. Use the `setUpModalAutoSizing` utility from `app-bridge-utils` instead";
message += ". Size `" + value + "` is deprecated as of version 1.12.x and will fall back to size `medium`. Use the `setUpModalAutoSizing` utility from `app-bridge` instead";
}

@@ -66,0 +66,0 @@ return [

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