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

@re-ai/free-api

Package Overview
Dependencies
Maintainers
0
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@re-ai/free-api - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

dist/services/base.js

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

const url = `${this.host || ""}${params.url}`;
Logger_1.Logger.debug("free api url:", url);
Logger_1.Logger.debug("free api url:", url, headers, params.data);
const response = await fetch(url, {

@@ -26,0 +26,0 @@ method: params.method,

{
"name": "@re-ai/free-api",
"version": "0.0.5",
"version": "0.0.6",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -33,3 +33,3 @@

const url = `${this.host || ""}${params.url}`
Logger.debug("free api url:", url)
Logger.debug("free api url:", url, headers, params.data)
const response = await fetch(url, {

@@ -36,0 +36,0 @@ method: params.method,

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