New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

match-webspeak

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

match-webspeak

Tests properly formatted text against webspeak responses from users.

latest
Source
npmnpm
Version
1.2.0
Version published
Maintainers
1
Created
Source

match-webspeak

Tests properly formatted text against webspeak responses from users.

Installation

npm install match-webspeak --save

Usage

var match = require('match-webspeak');

if (match(string, response)) {
  //only do the thing if your punctuated string matches the user's response
}

if (match(array, response)) {
  //only do the thing if one of your punctuated options matches the user's response
}

FAQs

Package last updated on 06 Jun 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts