Socket
Socket
Sign inDemoInstall

tayeh.js

Package Overview
Dependencies
3
Maintainers
2
Versions
67
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.93 to 0.1.94

6

lib/user/index.js

@@ -189,11 +189,11 @@ "use strict";

like(body) {
const path = `${resourceName}/like`;
const path = 'feed/like';
return this.post(path, body);
}
comment(comment) {
const path = `${resourceName}/comment`;
const path = 'feed/comment';
return this.put(path, comment);
}
deleteComment(feed_id, comment_id) {
const path = `${resourceName}/${feed_id}/comment/${comment_id}`;
const path = `feed/${feed_id}/comment/${comment_id}`;
return this.delete(path);

@@ -200,0 +200,0 @@ }

{
"name": "tayeh.js",
"version": "0.1.93",
"version": "0.1.94",
"description": "tayeh shop-api client",

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc