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

@criipto/signatures

Package Overview
Dependencies
Maintainers
2
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@criipto/signatures - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

4

dist/graphql-sdk.js

@@ -12,2 +12,3 @@ "use strict";

id
title
}

@@ -17,2 +18,4 @@ `;

fragment SignedDocument on Document {
id
title
blob

@@ -58,2 +61,3 @@ signatures {

status
title
signatories {

@@ -60,0 +64,0 @@ ...BasicSignatory

@@ -14,5 +14,7 @@ /// <reference types="node" />

status: Types.SignatureOrderStatus;
title?: string | null | undefined;
documents: {
__typename: "PdfDocument";
id: string;
title: string;
}[];

@@ -169,5 +171,7 @@ signatories: {

status: Types.SignatureOrderStatus;
title?: string | null | undefined;
documents: {
__typename: "PdfDocument";
id: string;
title: string;
blob?: Buffer | null | undefined;

@@ -247,5 +251,7 @@ signatures?: ({

status: Types.SignatureOrderStatus;
title?: string | null | undefined;
documents: {
__typename: "PdfDocument";
id: string;
title: string;
}[];

@@ -303,5 +309,7 @@ signatories: {

status: Types.SignatureOrderStatus;
title?: string | null | undefined;
documents: {
__typename: "PdfDocument";
id: string;
title: string;
}[];

@@ -401,2 +409,3 @@ signatories: {

status: Types.SignatureOrderStatus;
title?: string | null | undefined;
signatories: {

@@ -482,2 +491,3 @@ __typename?: "Signatory" | undefined;

status: Types.SignatureOrderStatus;
title?: string | null | undefined;
signatories: {

@@ -484,0 +494,0 @@ __typename?: "Signatory" | undefined;

2

package.json
{
"name": "@criipto/signatures",
"version": "1.2.0",
"version": "1.2.1",
"private": false,

@@ -5,0 +5,0 @@ "description": "A Node.js SDK for Criipto Signatures",

Sorry, the diff of this file is too big to display

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