Socket
Socket
Sign inDemoInstall

node-wit

Package Overview
Dependencies
73
Maintainers
5
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.5.0 to 6.5.1

4

lib/interactive.js

@@ -10,5 +10,5 @@ /**

const readline = require('readline');
const uuid = require('uuid');
const { v4: uuidv4 } = require('uuid');
const sessionId = uuid.v4();
const sessionId = uuidv4();

@@ -15,0 +15,0 @@ const AUDIO_PATH = '/tmp/output.raw';

{
"name": "node-wit",
"version": "6.5.0",
"version": "6.5.1",
"description": "Wit.ai Node.js SDK",

@@ -27,3 +27,3 @@ "keywords": [

"mic": "^2.1.2",
"uuid": "^3.0.0"
"uuid": "^9.0.0"
},

@@ -30,0 +30,0 @@ "engines": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc