@greymass/keycert-pdf
Advanced tools
Comparing version 1.3.0 to 1.4.0
/** | ||
* @greymass/keycert-pdf v1.3.0 | ||
* @greymass/keycert-pdf v1.4.0 | ||
* https://github.com/greymass/@greymass/keycert-pdf | ||
@@ -36,3 +36,3 @@ * | ||
*/ | ||
import { Checksum256Type, UInt32Type, TimePointType } from '@greymass/eosio'; | ||
import { Checksum256Type, UInt32Type, TimePointType } from '@wharfkit/antelope'; | ||
import { KeyCertificate } from '@greymass/keycert'; | ||
@@ -39,0 +39,0 @@ |
/** | ||
* @greymass/keycert-pdf v1.3.0 | ||
* @greymass/keycert-pdf v1.4.0 | ||
* https://github.com/greymass/@greymass/keycert-pdf | ||
@@ -42,3 +42,3 @@ * | ||
var qrSvg = require('qr-svg'); | ||
var eosio = require('@greymass/eosio'); | ||
var antelope = require('@wharfkit/antelope'); | ||
@@ -98,5 +98,5 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; } | ||
} | ||
const headTime = eosio.TimePointSec.from(state.head_block_time); | ||
const headNum = eosio.UInt32.from(state.head_block_num); | ||
const headId = eosio.Checksum256.from(state.head_block_id); | ||
const headTime = antelope.TimePointSec.from(state.head_block_time); | ||
const headNum = antelope.UInt32.from(state.head_block_num); | ||
const headId = antelope.Checksum256.from(state.head_block_id); | ||
const footerSize = 6; | ||
@@ -103,0 +103,0 @@ if (args.versionInfo) { |
/** | ||
* @greymass/keycert-pdf v1.3.0 | ||
* @greymass/keycert-pdf v1.4.0 | ||
* https://github.com/greymass/@greymass/keycert-pdf | ||
@@ -39,3 +39,3 @@ * | ||
import { render } from 'qr-svg'; | ||
import { TimePointSec, UInt32, Checksum256 } from '@greymass/eosio'; | ||
import { TimePointSec, UInt32, Checksum256 } from '@wharfkit/antelope'; | ||
@@ -42,0 +42,0 @@ const black = grayscale(0); |
{ | ||
"name": "@greymass/keycert-pdf", | ||
"description": "Pure JS PDF generation for Anchor Owner Key Certificates", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"homepage": "https://github.com/greymass/@greymass/keycert-pdf", | ||
@@ -23,5 +23,5 @@ "license": "BSD-3-Clause", | ||
"dependencies": { | ||
"@greymass/eosio": "^0.6.0", | ||
"@greymass/keycert": "^1.4.0", | ||
"@greymass/keycert": "^1.5.0", | ||
"@pdf-lib/fontkit": "^1.1.1", | ||
"@wharfkit/antelope": "^1.0.7", | ||
"pdf-lib": "^1.16.0", | ||
@@ -28,0 +28,0 @@ "qr-svg": "^1.1.0", |
@@ -19,3 +19,3 @@ import { | ||
UInt32Type, | ||
} from '@greymass/eosio' | ||
} from '@wharfkit/antelope' | ||
import {KeyCertificate} from '@greymass/keycert' | ||
@@ -22,0 +22,0 @@ |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
500976
2
+ Added@wharfkit/antelope@^1.0.7
- Removed@greymass/eosio@^0.6.0
- Removed@greymass/eosio@0.6.11(transitive)
Updated@greymass/keycert@^1.5.0