Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@enclave-vm/stream

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@enclave-vm/stream - npm Package Compare versions

Comparing version
2.9.2
to
2.10.0
+6
-6
esm/index.mjs

@@ -1,5 +0,5 @@

// libs/enclavejs-stream/src/index.ts
// libs/stream/src/index.ts
export * from "@enclave-vm/types";
// libs/enclavejs-stream/src/ndjson.ts
// libs/stream/src/ndjson.ts
import {

@@ -206,3 +206,3 @@ parseStreamEventOrEncrypted

// libs/enclavejs-stream/src/crypto/ecdh.ts
// libs/stream/src/crypto/ecdh.ts
import {

@@ -346,3 +346,3 @@ SupportedCurve,

// libs/enclavejs-stream/src/crypto/hkdf.ts
// libs/stream/src/crypto/hkdf.ts
import { HkdfInfo, AES_256_KEY_SIZE, EncryptionErrorCode as EncryptionErrorCode2 } from "@enclave-vm/types";

@@ -434,3 +434,3 @@ function toArrayBuffer(arr) {

// libs/enclavejs-stream/src/crypto/aes-gcm.ts
// libs/stream/src/crypto/aes-gcm.ts
import {

@@ -689,3 +689,3 @@ AES_GCM_NONCE_SIZE,

// libs/enclavejs-stream/src/reconnect.ts
// libs/stream/src/reconnect.ts
var ConnectionState = {

@@ -692,0 +692,0 @@ /** Not connected */

@@ -21,3 +21,3 @@ "use strict";

// libs/enclavejs-stream/src/index.ts
// libs/stream/src/index.ts
var index_exports = {};

@@ -68,3 +68,3 @@ __export(index_exports, {

// libs/enclavejs-stream/src/ndjson.ts
// libs/stream/src/ndjson.ts
var import_types = require("@enclave-vm/types");

@@ -269,3 +269,3 @@ function serializeEvent(event) {

// libs/enclavejs-stream/src/crypto/ecdh.ts
// libs/stream/src/crypto/ecdh.ts
var import_types2 = require("@enclave-vm/types");

@@ -403,3 +403,3 @@ var EcdhError = class extends Error {

// libs/enclavejs-stream/src/crypto/hkdf.ts
// libs/stream/src/crypto/hkdf.ts
var import_types3 = require("@enclave-vm/types");

@@ -491,3 +491,3 @@ function toArrayBuffer(arr) {

// libs/enclavejs-stream/src/crypto/aes-gcm.ts
// libs/stream/src/crypto/aes-gcm.ts
var import_types4 = require("@enclave-vm/types");

@@ -738,3 +738,3 @@ function toArrayBuffer2(arr) {

// libs/enclavejs-stream/src/reconnect.ts
// libs/stream/src/reconnect.ts
var ConnectionState = {

@@ -741,0 +741,0 @@ /** Not connected */

{
"name": "@enclave-vm/stream",
"version": "2.9.2",
"version": "2.10.0",
"description": "Streaming protocol implementation for EnclaveJS runtime (NDJSON, encryption, reconnection)",

@@ -37,4 +37,4 @@ "author": "AgentFront <info@agentfront.dev>",

"dependencies": {
"@enclave-vm/types": "2.9.2"
"@enclave-vm/types": "2.10.0"
}
}