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

groq-sdk

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

groq-sdk - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

8

CHANGELOG.md
# Changelog
## 0.3.3 (2024-04-29)
Full Changelog: [v0.3.2...v0.3.3](https://github.com/groq/groq-typescript/compare/v0.3.2...v0.3.3)
### Bug Fixes
* update import in chat_completions_ext.ts to address TS compilation error ([b1de786](https://github.com/groq/groq-typescript/commit/b1de7862495bd76b50b9b596d94bd5d7f2143f57))
## 0.3.2 (2024-03-08)

@@ -4,0 +12,0 @@

2

lib/chat_completions_ext.d.ts

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

import { ChatCompletion } from 'groq-sdk/resources/chat';
import { ChatCompletion } from 'groq-sdk/resources/chat/index';
export interface ChatCompletionChunk {

@@ -3,0 +3,0 @@ id: string;

{
"name": "groq-sdk",
"version": "0.3.2",
"version": "0.3.3",
"description": "The official TypeScript library for the Groq API",

@@ -5,0 +5,0 @@ "author": "Groq <support@groq.com>",

// Manually curated models for streaming chat completions.
import { ChatCompletion } from "../resources/chat"
import { ChatCompletion } from "../resources/chat/index"

@@ -4,0 +4,0 @@ export interface ChatCompletionChunk {

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

export const VERSION = '0.3.2'; // x-release-please-version
export const VERSION = '0.3.3'; // x-release-please-version

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

export declare const VERSION = "0.3.2";
export declare const VERSION = "0.3.3";
//# sourceMappingURL=version.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.VERSION = void 0;
exports.VERSION = '0.3.2'; // x-release-please-version
exports.VERSION = '0.3.3'; // x-release-please-version
//# sourceMappingURL=version.js.map

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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