Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

nativescript-barcodescanner

Package Overview
Dependencies
0
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.7.7 to 2.7.8

4

barcodescanner.android.js

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

if (!_this.broadcastManager) {
_this.broadcastManager = android.support.v4.content.LocalBroadcastManager.getInstance(com.tns.NativeScriptApplication.getInstance());
_this.broadcastManager = android.support.v4.content.LocalBroadcastManager.getInstance(utils.ad.getApplicationContext());
}

@@ -166,3 +166,3 @@ var isContinuous = typeof arg.continuousScanCallback === "function";

}
if (intent.resolveActivity(com.tns.NativeScriptApplication.getInstance().getPackageManager()) !== null) {
if (intent.resolveActivity(utils.ad.getApplicationContext().getPackageManager()) !== null) {
var onScanResult_1 = function (data) {

@@ -169,0 +169,0 @@ console.log(">> activity result: @ " + new Date().getTime());

{
"name": "nativescript-barcodescanner",
"version": "2.7.7",
"version": "2.7.8",
"description": "Scan QR/barcodes with your NativeScript app.",

@@ -5,0 +5,0 @@ "main": "barcodescanner",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc