Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

openai-streams

Package Overview
Dependencies
Maintainers
1
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openai-streams - npm Package Compare versions

Comparing version 1.0.22-canary.10 to 1.0.22-canary.11

2

dist/lib/openai/node.d.ts

@@ -8,2 +8,2 @@ import { OpenAINodeClient } from "../types";

*/
export declare const OpenAINode: OpenAINodeClient;
export declare const OpenAI: OpenAINodeClient;

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

import{Readable as m}from"stream";import{yieldStream as n}from"yield-stream";import{OpenAI as a}from"./edge.js";const l=async(e,o,r)=>{const t=await a(e,o,r);return m.from(n(t))};export{l as OpenAINode};
import{Readable as n}from"stream";import{yieldStream as m}from"yield-stream";import{OpenAI as a}from"./edge.js";const I=async(e,o,r)=>{const t=await a(e,o,r);return n.from(m(t))};export{I as OpenAI};
{
"name": "openai-streams",
"description": "Tools for working with OpenAI streams in Node.js and TypeScript.",
"version": "1.0.22-canary.10",
"version": "1.0.22-canary.11",
"license": "MIT",

@@ -6,0 +6,0 @@ "type": "module",

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