@aws-crypto/serialize
Advanced tools
Comparing version 3.2.0 to 3.2.2
@@ -6,3 +6,7 @@ "use strict"; | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
@@ -27,2 +31,2 @@ if (k2 === undefined) k2 = k; | ||
__exportStar(require("./ecdsa_signature"), exports); | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLG9FQUFvRTtBQUNwRSxzQ0FBc0M7Ozs7Ozs7Ozs7OztBQUV0QyxnREFBNkI7QUFDN0IsbURBQWdDO0FBQ2hDLHVEQUFvQztBQUNwQyx3REFBcUM7QUFDckMsNkNBQTBCO0FBQzFCLHNEQUFtQztBQUNuQywwQ0FBdUI7QUFDdkIsZ0RBQTZCO0FBQzdCLDhDQUEyQjtBQUMzQixtREFBZ0M7QUFDaEMsb0RBQWlDIn0= | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLG9FQUFvRTtBQUNwRSxzQ0FBc0M7Ozs7Ozs7Ozs7Ozs7Ozs7QUFFdEMsZ0RBQTZCO0FBQzdCLG1EQUFnQztBQUNoQyx1REFBb0M7QUFDcEMsd0RBQXFDO0FBQ3JDLDZDQUEwQjtBQUMxQixzREFBbUM7QUFDbkMsMENBQXVCO0FBQ3ZCLGdEQUE2QjtBQUM3Qiw4Q0FBMkI7QUFDM0IsbURBQWdDO0FBQ2hDLG9EQUFpQyJ9 |
import { MessageFormat, NonCommittingAlgorithmSuiteIdentifier, CommittingAlgorithmSuiteIdentifier } from '@aws-crypto/material-management'; | ||
import { ContentType, ObjectType } from './identifiers'; | ||
import { IvLength, AlgorithmSuiteIdentifier, AlgorithmSuite, EncryptedDataKey, EncryptionContext } from '@aws-crypto/material-management'; | ||
export declare type BinaryData = Int8Array | Int16Array | Int32Array | Uint8Array | Uint16Array | Uint32Array | Uint8ClampedArray | Float32Array | Float64Array | DataView | ArrayBuffer; | ||
export declare type MessageHeader = MessageHeaderV1 | MessageHeaderV2; | ||
export type BinaryData = Int8Array | Int16Array | Int32Array | Uint8Array | Uint16Array | Uint32Array | Uint8ClampedArray | Float32Array | Float64Array | DataView | ArrayBuffer; | ||
export type MessageHeader = MessageHeaderV1 | MessageHeaderV2; | ||
export interface MessageHeaderV1 extends Readonly<{ | ||
@@ -56,3 +56,3 @@ version: MessageFormat.V1; | ||
} | ||
export declare type HeaderInfo = { | ||
export type HeaderInfo = { | ||
messageHeader: MessageHeader; | ||
@@ -59,0 +59,0 @@ headerLength: number; |
import { MessageFormat, NonCommittingAlgorithmSuiteIdentifier, CommittingAlgorithmSuiteIdentifier } from '@aws-crypto/material-management'; | ||
import { ContentType, ObjectType } from './identifiers'; | ||
import { IvLength, AlgorithmSuiteIdentifier, AlgorithmSuite, EncryptedDataKey, EncryptionContext } from '@aws-crypto/material-management'; | ||
export declare type BinaryData = Int8Array | Int16Array | Int32Array | Uint8Array | Uint16Array | Uint32Array | Uint8ClampedArray | Float32Array | Float64Array | DataView | ArrayBuffer; | ||
export declare type MessageHeader = MessageHeaderV1 | MessageHeaderV2; | ||
export type BinaryData = Int8Array | Int16Array | Int32Array | Uint8Array | Uint16Array | Uint32Array | Uint8ClampedArray | Float32Array | Float64Array | DataView | ArrayBuffer; | ||
export type MessageHeader = MessageHeaderV1 | MessageHeaderV2; | ||
export interface MessageHeaderV1 extends Readonly<{ | ||
@@ -56,3 +56,3 @@ version: MessageFormat.V1; | ||
} | ||
export declare type HeaderInfo = { | ||
export type HeaderInfo = { | ||
messageHeader: MessageHeader; | ||
@@ -59,0 +59,0 @@ headerLength: number; |
{ | ||
"name": "@aws-crypto/serialize", | ||
"version": "3.2.0", | ||
"version": "3.2.2", | ||
"scripts": { | ||
@@ -20,3 +20,3 @@ "prepublishOnly": "tsc -p tsconfig.json && tsc -p tsconfig.module.json", | ||
"dependencies": { | ||
"@aws-crypto/material-management": "^3.2.0", | ||
"@aws-crypto/material-management": "^3.2.2", | ||
"asn1.js": "^5.3.0", | ||
@@ -33,3 +33,3 @@ "bn.js": "^5.1.1", | ||
], | ||
"gitHead": "7928be0e92615386490756d2372636b59b34dcd8" | ||
"gitHead": "c97442ae9f1c35c918eb07549c137fb736eef811" | ||
} |
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
267957
106
2998