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

vf-to-ubf

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vf-to-ubf - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

coverage/clover.xml

5

package.json
{
"name": "vf-to-ubf",
"version": "1.0.6",
"version": "1.0.7",
"description": "Convert Voiceflow (.vf) diagram into a universal format!",
"main": "voiceflowToBotFormat.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"doc": "jsdoc -c jsdoc.json"
},

@@ -9,0 +10,0 @@ "repository": {

4

README.md

@@ -41,5 +41,3 @@ # What is this?

"type":"speak",
"content":[
"Do I like this package?"
],
"content": "Do I like this package?",
"next":"8277e0910d750195b448797616e091ad"

@@ -46,0 +44,0 @@ },

@@ -6,5 +6,5 @@ const validate = require("./lib/validate.js")

*
* @param {Object} diagram
* @param {Object} diagram - The Voiceflow (.vf) diagram
*
* @returns {Object} - all nodes.
* @returns {Object} - All nodes found in root diagram.
*/

@@ -11,0 +11,0 @@ function readNodes(diagram){

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