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

nlpcloud

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nlpcloud - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

6

dist/index.d.ts

@@ -208,8 +208,2 @@ export = Client;

libVersions(): Promise<{
status: number;
statusText: string;
data: any;
}>;
paraphrasing(params: {

@@ -216,0 +210,0 @@ text: string

@@ -228,7 +228,2 @@ const axios = require('axios')

libVersions() {
return axios.get(this.rootURL + '/' + 'versions', { headers: this.headers })
}
paraphrasing(params) {

@@ -235,0 +230,0 @@ var text = params.text

2

package.json
{
"name": "nlpcloud",
"version": "2.0.3",
"version": "2.0.4",
"description": "NLP Cloud serves high performance pre-trained or custom models for NER, sentiment-analysis, classification, summarization, paraphrasing, text generation, image generation, code generation, question answering, automatic speech recognition, machine translation, language detection, semantic search, semantic similarity, tokenization, POS tagging, speech synthesis, embeddings, and dependency parsing. It is ready for production, served through a REST API.\n\nThis is the Node.js client for the NLP Cloud API.\n\nMore details here: https://nlpcloud.io\n\nDocumentation: https://docs.nlpcloud.io",

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

@@ -300,10 +300,2 @@ # Node.js Client For NLP Cloud

### Library Versions Endpoint
Call the `libVersions()` method to know the versions of the libraries used behind the hood with the model (for example the PyTorch, TensorFlow, or spaCy version used).
```js
client.libVersions()
```
### Question Answering Endpoint

@@ -310,0 +302,0 @@

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