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

checkproof-id-nfc

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

checkproof-id-nfc - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

ios/.DS_Store

5

dist/esm/definitions.d.ts

@@ -12,2 +12,7 @@ declare module "@capacitor/core" {

}>;
beginScanning(options: {
value: string;
}): Promise<{
value: string;
}>;
}

@@ -10,4 +10,9 @@ import { WebPlugin } from '@capacitor/core';

}>;
beginScanning(options: {
value: string;
}): Promise<{
value: string;
}>;
}
declare const CheckproofNfc: CheckproofNfcWeb;
export { CheckproofNfc };

@@ -24,2 +24,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

}
beginScanning(options) {
return __awaiter(this, void 0, void 0, function* () {
console.log('beginScanning', options);
return options;
});
}
}

@@ -26,0 +32,0 @@ const CheckproofNfc = new CheckproofNfcWeb();

2

package.json
{
"name": "checkproof-id-nfc",
"version": "0.0.3",
"version": "0.0.4",
"description": "Get and set Checkproof NFC ids",

@@ -5,0 +5,0 @@ "main": "dist/esm/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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