Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@greymass/keycert-pdf

Package Overview
Dependencies
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@greymass/keycert-pdf - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

4

lib/keycert-pdf.d.ts
/**
* @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

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