New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

apollo-ai-api-client

Package Overview
Dependencies
Maintainers
4
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apollo-ai-api-client - npm Package Compare versions

Comparing version 0.1.25 to 0.1.26

6

lib/apollo.ai/ApolloAiClient.js

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

const node_fetch_1 = require("node-fetch");
const URL = require("url");
const url_1 = require("url");
var ClusteringLanguage;

@@ -77,3 +77,3 @@ (function (ClusteringLanguage) {

return __awaiter(this, void 0, void 0, function* () {
const url = new URL.URL(this.apolloApiEndpoint + this.clusteringEndpoint);
const url = new url_1.URL(this.apolloApiEndpoint + this.clusteringEndpoint);
url.searchParams.append('threshold', threshold.toString());

@@ -101,3 +101,3 @@ url.searchParams.append('language', language);

}
const url = new URL.URL(this.apolloApiEndpoint + this.combinedApiEndpoint);
const url = new url_1.URL(this.apolloApiEndpoint + this.combinedApiEndpoint);
if (options.abstractMaxChars) {

@@ -104,0 +104,0 @@ url.searchParams.append('maxChars', options.abstractMaxChars.toString());

{
"name": "apollo-ai-api-client",
"version": "0.1.25",
"version": "0.1.26",
"description": "Client for the apollo.ai auto abstract api.",

@@ -5,0 +5,0 @@ "keywords": [

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