New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@voiceflow/natural-language-commander

Package Overview
Dependencies
Maintainers
15
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@voiceflow/natural-language-commander - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

4

dist/lib/Matcher.js

@@ -62,5 +62,3 @@ "use strict";

utterance = this.replaceBracesForRegexp(utterance);
// Add the start carat, so this only matches the start of commands,
// which helps with collisions.
utterance = "^\\s*" + utterance;
utterance = "^\\s*" + utterance + "\\s*$";
// Compile the regular expression, ignore case.

@@ -67,0 +65,0 @@ this.regExp = new RegExp(utterance, "i");

{
"name": "@voiceflow/natural-language-commander",
"version": "0.3.0",
"version": "0.3.1",
"description": "A tool for connecting natural language commands with callbacks.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/will-wow/natural-language-commander",

@@ -102,5 +102,3 @@ import _ = require("lodash");

// Add the start carat, so this only matches the start of commands,
// which helps with collisions.
utterance = "^\\s*" + utterance;
utterance = "^\\s*" + utterance + "\\s*$";

@@ -107,0 +105,0 @@ // Compile the regular expression, ignore case.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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