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
17
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.5.0 to 0.5.1

2

dist/NaturalLanguageCommander.js

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

const [{ name }, ...required] = match.required;
return Object.assign(Object.assign({}, match), { slots: [...((_c = intent.slots) !== null && _c !== void 0 ? _c : []), { name, value: command }], required: required });
return Object.assign(Object.assign({}, match), { slots: [...((_c = match.slots) !== null && _c !== void 0 ? _c : []), { name, value: command }], required: required });
}

@@ -205,0 +205,0 @@ /**

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

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

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

...match,
slots: [...(intent.slots ?? []), { name,value: command }],
slots: [...(match.slots ?? []), { name,value: command }],
required: required,

@@ -271,0 +271,0 @@ }

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