Socket
Socket
Sign inDemoInstall

recime-message-responder

Package Overview
Dependencies
251
Maintainers
1
Versions
193
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.2 to 1.3.3

2

dist/request.d.ts

@@ -11,3 +11,3 @@ import { Vars } from './vars';

export declare class Request {
send(__: any, id: any, options: RequestOptions): any;
send(__: any, id: String, options: RequestOptions): any;
}

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

v.vals.args = this.args;
return req.send(this.id, __, {
return req.send(__, this.id, {
res: res,

@@ -71,0 +71,0 @@ vars: v,

{
"name": "recime-message-responder",
"version": "1.3.2",
"version": "1.3.3",
"description": "",

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

@@ -15,3 +15,3 @@ import { CodeBlock } from './code-block';

export class Request {
send(__:any, id, options: RequestOptions) {
send(__:any, id: String, options: RequestOptions) {
let next = false;

@@ -18,0 +18,0 @@ if (options.res && options.res.length) {

@@ -86,4 +86,4 @@ import HandleBars from 'handlebars';

return req.send(
this.id
, __
__
, this.id
, {

@@ -90,0 +90,0 @@ res: res

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc