@keystonehq/sdk
Advanced tools
Comparing version 0.4.4 to 0.5.0
/// <reference types="react" /> | ||
export declare const BaseQRCode: ({ size, data, ecl, }: { | ||
data: string; | ||
size?: number | undefined; | ||
ecl?: "L" | "M" | "Q" | "H" | undefined; | ||
size?: number; | ||
ecl?: 'L' | 'M' | 'Q' | 'H'; | ||
}) => JSX.Element; |
@@ -0,0 +0,0 @@ import { FunctionComponent } from 'react'; |
import { FunctionComponent } from 'react'; | ||
export declare const ButtonGroup: FunctionComponent; |
@@ -0,0 +0,0 @@ import { FunctionComponent } from 'react'; |
@@ -0,0 +0,0 @@ /// <reference types="react" /> |
@@ -0,0 +0,0 @@ /// <reference types="react" /> |
@@ -0,0 +0,0 @@ /// <reference types="react" /> |
import sdk from './service'; | ||
export { SupportedResult } from './types'; | ||
export default sdk; |
@@ -1,11 +0,8 @@ | ||
"use strict"; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.SupportedResult = void 0; | ||
const service_1 = __importDefault(require("./service")); | ||
var types_1 = require("./types"); | ||
Object.defineProperty(exports, "SupportedResult", { enumerable: true, get: function () { return types_1.SupportedResult; } }); | ||
exports.default = service_1.default; | ||
//# sourceMappingURL=index.js.map | ||
'use strict' | ||
if (process.env.NODE_ENV === 'production') { | ||
module.exports = require('./sdk.cjs.production.min.js') | ||
} else { | ||
module.exports = require('./sdk.cjs.development.js') | ||
} |
/// <reference types="react" /> | ||
declare const _default: () => JSX.Element; | ||
export default _default; |
@@ -0,0 +0,0 @@ import { Play, Read } from './types'; |
@@ -0,0 +0,0 @@ import { UR } from '@ngraveio/bc-ur'; |
{ | ||
"name": "@keystonehq/sdk", | ||
"version": "0.4.4", | ||
"version": "0.5.0", | ||
"description": "Keystone airgaped wallet SDK", | ||
@@ -47,3 +47,3 @@ "author": "aaronisme <aarondongchen@gmail.com>", | ||
}, | ||
"gitHead": "325a3d5b04be147b001c11dadc23988162b60cbc" | ||
"gitHead": "7b30ac2c7aa3464e3ed7afcb71a9011fe19ab1cf" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
108267
1163
31
2
1