We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29e74b8 commit e8b86e5Copy full SHA for e8b86e5
stream_mem_stress_test/index.ts
@@ -1,3 +1,5 @@
1
+// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
2
+// SPDX-License-Identifier: Apache-2.0
3
import express from 'express'
4
import { kmsDecryptStream, kmsEncryptStream } from './memory'
5
stream_mem_stress_test/memory.ts
import {
KmsKeyringNode,
buildClient,
stream_mem_stress_test/package.json
@@ -12,8 +12,8 @@
12
"server",
13
"inspect"
14
],
15
- "author": "NodeSource",
16
- "license": "MIT",
+ "author": "[email protected]",
+ "license": "Apache-2.0",
17
"dependencies": {
18
"@aws-crypto/client-node": "^3.1.1",
19
"express": "^4.18.1"
0 commit comments