Socket
Socket
Sign inDemoInstall

@cvbb/sdk

Package Overview
Dependencies
37
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

5

dist/hooks/useAnimatedQRCodeReader.js

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

const handleStop = () => {
ee.emit('read', null);
ee.emit('read', {
type: 'none',
result: '',
});
};

@@ -58,0 +61,0 @@ const handleRetry = () => {

2

dist/types.d.ts

@@ -10,2 +10,2 @@ export declare type DecodedResult = {

}) => Promise<void>;
export declare type Read = () => Promise<DecodedResult | undefined>;
export declare type Read = () => Promise<DecodedResult>;
{
"name": "@cvbb/sdk",
"version": "1.0.2",
"version": "1.0.3",
"description": "Cobo Vault SDK",

@@ -45,3 +45,3 @@ "author": "aaronisme <aarondongchen@gmail.com>",

},
"gitHead": "28a129ef061d7b44d25450c898e29d39af02133b"
"gitHead": "8218203e9829c5fb54a36125f0a0b7426ba98216"
}

Sorry, the diff of this file is not supported yet

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