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

nestjs-chatgpt

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nestjs-chatgpt - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

package.json
{
"name": "nestjs-chatgpt",
"version": "1.0.4",
"version": "1.0.5",
"homepage": "https://github.com/engcfraposo/nestjs-chatgpt",

@@ -5,0 +5,0 @@ "email": "engcfraposo@gmail.com",

import { HttpException, Injectable } from '@nestjs/common';
import axios from 'axios';
import axios, { AxiosError } from 'axios';
import { CreateChatgptDto } from './dto/create-chatgpt.dto';

@@ -33,3 +33,3 @@ import { ChatGptResponse } from './dto/response-chatgpt.dto';

return response.data;
} catch (error) {
} catch (error: any) {
throw new HttpException('Falha ao gerar texto', error.response.status);

@@ -36,0 +36,0 @@ }

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