Socket
Socket
Sign inDemoInstall

nativescript-barcodescanner

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nativescript-barcodescanner - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

package.json
{
"name": "nativescript-barcodescanner",
"version": "1.0.0",
"version": "1.0.1",
"description" : "Scan QR/barcodes with a {N} app.",

@@ -9,3 +9,3 @@ "main" : "barcodescanner.js",

"android": "1.1.3",
"ios": "1.2.0"
"ios": "1.2.3"
}

@@ -12,0 +12,0 @@ },

@@ -6,4 +6,3 @@ # NativeScript BarcodeScanner

## Prerequisites
Make sure you're using nativescript-cli 1.1.3 or up.
Instructions for older versions have been dropped from this readme.
NativeScript 1.2.3 (`tns --version`) has solved many build issues, so please upgrade if you need to.

@@ -30,10 +29,2 @@ ## Prerequisites for Android

### iOS post-installation step
Due to [this issue](https://github.com/NativeScript/ios-runtime/pull/266) in NativeScript frameworks installed
from an iOS plugin are not correctly resolved. As a temporary fix you need to edit your `project.pbxproj` file
and add the full path to the framework like `"\"/Users/eddyverbruggen/barcodescannertest/lib/iOS/BarcodeScannerFramework\"",`
to both `FRAMEWORK_SEARCH_PATHS` sections (near the bottom of the file) or your project can't use the plugin
and will crash if it does.
## Usage

@@ -40,0 +31,0 @@

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