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

bankcard-reader

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bankcard-reader - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

2

dist/lib/index.d.ts
import { Options } from './model';
export { Options };
export declare function read(args: Options): Promise<string>;
export declare function read(args?: Options): Promise<string>;

@@ -31,3 +31,3 @@ 'use strict';

if (typeof opts.dllPath === 'undefined' || !opts.dllPath) {
opts.dllPath = index_1.join(__dirname, '../../dll');
opts.dllPath = index_1.join(__dirname, '../../dll/HSBankCardInfo.dll');
}

@@ -34,0 +34,0 @@ await validateDllFiles(opts.dllPath);

{
"name": "bankcard-reader",
"author": "waiting",
"version": "0.3.0",
"version": "0.4.0",
"description": "高拍仪读取银行卡",

@@ -6,0 +6,0 @@ "keywords": [

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