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

nativescript-nfc-uid

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nativescript-nfc-uid - npm Package Compare versions

Comparing version 4.1.4 to 4.1.5

5

nfc.ios.js

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

var core_1 = require("@nativescript/core");
var appversion = require("@nativescript/appversion");
var Nfc = /** @class */ (function () {

@@ -26,5 +25,3 @@ function Nfc() {

Nfc.prototype.showVersion = function () {
appversion.getVersionCode().then(function (v) {
alert("Your app's version code is: " + v);
});
alert("Your app's version code is: 1");
};

@@ -31,0 +28,0 @@ Nfc.prototype.available = function () {

3

package.json
{
"name": "nativescript-nfc-uid",
"version": "4.1.4",
"version": "4.1.5",
"description": "NFC plugin for your NativeScript app",

@@ -52,3 +52,2 @@ "main": "nfc",

"devDependencies": {
"@nativescript/appversion": "^2.0.0",
"@nativescript/core": "~7.3.0",

@@ -55,0 +54,0 @@ "@nativescript/types": "~7.3.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