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

@aparajita/capacitor-biometric-auth

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aparajita/capacitor-biometric-auth - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

4

dist/esm/index.js
import { registerPlugin } from '@capacitor/core';
import { kPluginName } from './definitions';
import { name, version } from './package.json';
import { name } from './package.json';
import { BiometricAuth } from './web';
console.log(`loaded ${name} v${version}`);
console.log(`loaded ${name}`);
// Because we are using @aparajita/capacitor-native-decorator,

@@ -7,0 +7,0 @@ // we have one version of the TS code to rule them all, and there

{
"name": "@aparajita/capacitor-biometric-auth",
"version": "2.0.0",
"version": "2.0.1",
"description": "Provides access to the native biometric auth APIs for Capacitor apps",

@@ -45,4 +45,5 @@ "author": "Aparajita Fishman",

"verify:web": "pnpm build",
"release": "commit-and-tag-version",
"push": "git push --follow-tags origin main"
"push": "git push --follow-tags origin main",
"release.check": "commit-and-tag-version $VERSION --dry-run",
"release": "commit-and-tag-version $VERSION && pnpm push && pnpm publish"
},

@@ -105,3 +106,3 @@ "keywords": [

"dependencies": {
"@aparajita/capacitor-native-decorator": "^2.0.2",
"@aparajita/capacitor-native-decorator": "link:../capacitor-native-decorator",
"@capacitor/android": "^3.6.0",

@@ -108,0 +109,0 @@ "@capacitor/app": "^1.1.1",

@@ -68,3 +68,2 @@ 'use strict';

const name = "@aparajita/capacitor-biometric-auth";
const version = "2.0.0";

@@ -159,3 +158,3 @@ var __decorate = (window && window.__decorate) || function (decorators, target, key, desc) {

console.log(`loaded ${name} v${version}`);
console.log(`loaded ${name}`);
// Because we are using @aparajita/capacitor-native-decorator,

@@ -162,0 +161,0 @@ // we have one version of the TS code to rule them all, and there

@@ -63,3 +63,2 @@ var capacitorBiometricAuth = (function (exports, core, capacitorNativeDecorator, app) {

const name = "@aparajita/capacitor-biometric-auth";
const version = "2.0.0";

@@ -154,3 +153,3 @@ var __decorate = (window && window.__decorate) || function (decorators, target, key, desc) {

console.log(`loaded ${name} v${version}`);
console.log(`loaded ${name}`);
// Because we are using @aparajita/capacitor-native-decorator,

@@ -157,0 +156,0 @@ // we have one version of the TS code to rule them all, and there

{
"name": "@aparajita/capacitor-biometric-auth",
"version": "2.0.1",
"version": "2.0.2",
"description": "Provides access to the native biometric auth APIs for Capacitor apps",

@@ -78,3 +78,3 @@ "author": "Aparajita Fishman",

"dependencies": {
"@aparajita/capacitor-native-decorator": "^2.0.2",
"@aparajita/capacitor-native-decorator": "^2.0.3",
"@capacitor/android": "^3.6.0",

@@ -110,5 +110,6 @@ "@capacitor/app": "^1.1.1",

"verify:web": "pnpm build",
"release": "commit-and-tag-version",
"push": "git push --follow-tags origin main"
"push": "git push --follow-tags origin main",
"release.check": "commit-and-tag-version $VERSION --dry-run",
"release": "commit-and-tag-version $VERSION && pnpm push && pnpm publish"
}
}
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