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

prague

Package Overview
Dependencies
Maintainers
1
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prague - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

2

dist/Prompt.js

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

var args = choice.matcher(input);
return args !== undefined && args;
return args !== undefined && args === 'Yes';
} }));

@@ -67,0 +67,0 @@ };

{
"name": "prague",
"version": "0.2.3",
"version": "0.2.4",
"description": "experimental Rx-based bot technology",

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

@@ -98,3 +98,3 @@ import { CardAction, IChatInput, Activity } from './Chat';

const args: string = choice.matcher(input);
return args !== undefined && args;
return args !== undefined && args === 'Yes';
}

@@ -101,0 +101,0 @@ });

Sorry, the diff of this file is not supported yet

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