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 3.0.0 to 3.0.1

platforms/android/nativescript_barcodescanner.aar

6

package.json
{
"name": "nativescript-barcodescanner",
"version": "3.0.0",
"version": "3.0.1",
"description": "Scan QR/barcodes with your NativeScript app.",

@@ -25,5 +25,7 @@ "main": "barcodescanner",

"demo.ios": "npm run build && cd ../demo && tns run ios --syncAllFiles",
"demo.reset": "cd ../demo && rimraf platforms",
"demo-ng.ios": "npm run build && cd ../demo-ng && tns run ios",
"demo.android": "npm run build && cd ../demo && tns run android --syncAllFiles",
"demo.reset": "cd ../demo && rimraf platforms",
"demo-vue.ios": "npm run tsc && cd ../demo-vue && tns run ios --bundle --syncAllFiles",
"demo-vue.android": "npm run tsc && cd ../demo-vue && tns run android --bundle --syncAllFiles",
"plugin.prepare": "npm run tsc && cd ../demo && tns plugin remove nativescript-barcodescanner && tns plugin add ../src",

@@ -30,0 +32,0 @@ "clean": "cd ../demo && rimraf hooks node_modules platforms && cd ../src && rimraf node_modules && npm run plugin.link",

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