New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@shopify/app-bridge

Package Overview
Dependencies
Maintainers
19
Versions
323
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 2.0.3 to 2.0.4-alpha.0

2

actions/Scanner/index.d.ts

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

export declare function openCamera(): ScannerAction;
export declare function capture(): ScannerAction;
export declare function capture(payload: Payload & Options): ScannerAction;

@@ -77,8 +77,9 @@ "use strict";

exports.openCamera = openCamera;
function capture() {
function capture(payload) {
return helper_1.actionWrapper({
group: types_1.Group.Scanner,
type: Action.CAPTURE,
payload: payload,
});
}
exports.capture = capture;

@@ -6,2 +6,10 @@ # Change Log

## [2.0.4-alpha.0](https://github.com/Shopify/app-bridge/compare/v2.0.3...v2.0.4-alpha.0) (2021-06-15)
**Note:** Version bump only for package @shopify/app-bridge
## [2.0.3](https://github.com/Shopify/app-bridge/compare/v2.0.2...v2.0.3) (2021-06-08)

@@ -8,0 +16,0 @@

{
"name": "@shopify/app-bridge",
"version": "2.0.3",
"version": "2.0.4-alpha.0",
"types": "index.d.ts",

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

},
"gitHead": "918566c332bf6863cc200e6be03be6cc2a5a5840"
"gitHead": "eb37f18a21ba499a8d5f48c21b0d6290f4a31920"
}

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