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

aylien_textapi

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

aylien_textapi - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

2

package.json
{
"name": "aylien_textapi",
"description": "AYLIEN Text API Client Library for Node.js",
"version": "0.2.0",
"version": "0.3.0",
"author": "AYLIEN Inc.",

@@ -6,0 +6,0 @@ "contributors": [

@@ -283,2 +283,19 @@ /**

};
/**
* textapi.imageTags
*
* @desc Assigns relevant tags to an image
*
* @memberof! aylien_textapi(v1)
* @instance
*
* @param {object} params - Parameters for request
* @param {string} params.url - Image URL to be tagged
* @param {callback} callback - The callback that handles the response
*/
this.imageTags = function(params, callback) {
params = util.extend({endpoint: 'image-tags'}, this.normalizeParams(params));
createAPIRequest(params, 'url', callback);
};
}

@@ -285,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