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 2.9.7 to 2.9.8

2

dist/validators/number-validator.js

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

validate(__, vars, args, data) {
let input = (args.text || "").replace(/[,\s]+/ig);
let input = (args.text || "").replace(/[,\s]+/ig, "");
const message = data.response[data.index];

@@ -9,0 +9,0 @@ const content = message.content;

{
"name": "recime-message-responder",
"version": "2.9.7",
"version": "2.9.8",
"description": "",

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

@@ -5,3 +5,3 @@ import {Validator} from './validator';

validate(__, vars, args, data) {
let input = (args.text || "").replace(/[,\s]+/ig);
let input = (args.text || "").replace(/[,\s]+/ig, "");

@@ -8,0 +8,0 @@ const message = data.response[data.index];

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