alexa-bot-api
Advanced tools
Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "alexa-bot-api", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "A very lightweight and simple artificial intelligence with multi language support", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
const fetch = require("node-fetch"); | ||
module.exports = async (e, t) => { | ||
return fetch( | ||
`https://alexa-bot-api-web-server.vercel.app/api/alexa?stimulus=${e}?lang=${t}` | ||
`https://alexa-bot-api-web-server.vercel.app/api/alexa?stimulus=${decodeURIComponent(e)}?lang=${decodeURIComponent(t)}` | ||
) | ||
@@ -6,0 +6,0 @@ .then((e) => e.json()) |
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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
2852
1