Comparing version 1.0.6 to 1.0.7
{ | ||
"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": { |
@@ -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){ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 10 instances in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2547284
59
1973
3
60
10