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

wypokjs

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wypokjs - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

dist/service.js

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

SendMessage(receiver, body) {
return this.ctx.request(`${this.endpoint}/commentdelete`, { apiParam: receiver, postParams: { body } });
return this.ctx.request(`${this.endpoint}/sendmessage`, { apiParam: receiver, postParams: { body } });
}

@@ -45,0 +45,0 @@ }

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

exports.defaultClientConfig = {
userAgent: 'wypokJS/0.0.1',
userAgent: 'wypokJS/0.1.2',
host: 'a2.wykop.pl',

@@ -38,0 +38,0 @@ timeout: 5000,

{
"name": "wypokjs",
"version": "0.1.2",
"version": "0.1.3",
"description": "Wykop V2 API wrapper",

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

@@ -43,3 +43,3 @@ import { Client } from './client'

SendMessage(receiver: string, body: string) {
return this.ctx.request(`${this.endpoint}/commentdelete`, { apiParam: receiver, postParams: { body } })
return this.ctx.request(`${this.endpoint}/sendmessage`, { apiParam: receiver, postParams: { body } })
}

@@ -46,0 +46,0 @@ }

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