@aws-crypto/material-management-node
Advanced tools
Comparing version 3.0.2 to 3.0.3
/// <reference types="node" /> | ||
import { NodeEncryptionMaterial, NodeDecryptionMaterial, AwsEsdkKeyObject } from '@aws-crypto/material-management'; | ||
import { Sign, Verify, createCipheriv, createDecipheriv } from 'crypto'; | ||
import { Signer, Verify, createCipheriv, createDecipheriv } from 'crypto'; | ||
export interface AwsEsdkJsCipherGCM { | ||
@@ -26,3 +26,3 @@ update(data: Buffer): Buffer; | ||
export interface GetSigner { | ||
(): Sign & { | ||
(): Signer & { | ||
awsCryptoSign: () => Buffer; | ||
@@ -29,0 +29,0 @@ }; |
/// <reference types="node" /> | ||
import { NodeEncryptionMaterial, NodeDecryptionMaterial, AwsEsdkKeyObject } from '@aws-crypto/material-management'; | ||
import { Sign, Verify, createCipheriv, createDecipheriv } from 'crypto'; | ||
import { Signer, Verify, createCipheriv, createDecipheriv } from 'crypto'; | ||
export interface AwsEsdkJsCipherGCM { | ||
@@ -26,3 +26,3 @@ update(data: Buffer): Buffer; | ||
export interface GetSigner { | ||
(): Sign & { | ||
(): Signer & { | ||
awsCryptoSign: () => Buffer; | ||
@@ -29,0 +29,0 @@ }; |
{ | ||
"name": "@aws-crypto/material-management-node", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"scripts": { | ||
@@ -33,3 +33,3 @@ "prepublishOnly": "npm run build", | ||
], | ||
"gitHead": "80db4edcce0853a303e0200551bf658cac18f9c6" | ||
"gitHead": "6ba9add3e0aea196ae4cb298709cb80725a9404c" | ||
} |
Sorry, the diff of this file is not supported yet
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
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
92485