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

behest

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

behest - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

6

index.js

@@ -1,2 +0,2 @@

var contains = require('lodash.contains');
var includes = require('lodash.includes');
var forEach = require('lodash.foreach');

@@ -24,3 +24,3 @@

forEach(starts, function(value) {
if (contains(start, value)) {
if (includes(start, value)) {
command.start = value;

@@ -55,2 +55,2 @@ return false;

module.exports = behest;
module.exports = behest;
{
"name": "behest",
"version": "1.0.1",
"version": "1.0.2",
"description": "Parser for commands to IRC bots",

@@ -23,4 +23,4 @@ "keywords": [

"dependencies": {
"lodash.contains": "^2.4.1",
"lodash.foreach": "^3.0.1"
"lodash.foreach": "^3.0.1",
"lodash.includes": "^3.1.1"
},

@@ -27,0 +27,0 @@ "devDependencies": {

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