sazumiviki-api
Advanced tools
Comparing version 1.1.9 to 1.2.0
@@ -12,3 +12,3 @@ const facebook = require('./api/fbdl'); | ||
const ai = require('./api/chatgpt'); | ||
const igstory = require('./api/igstory'); | ||
const uploadFile = require('./api/uploader'); | ||
@@ -27,3 +27,3 @@ module.exports = { | ||
ai, | ||
igstory, | ||
uploadFile, | ||
}; |
{ | ||
"name": "sazumiviki-api", | ||
"version": "1.1.9", | ||
"version": "1.2.0", | ||
"description": "sazumiviki-api adalah salah satu modul yang membuat kode Anda bekerja dengan mudah, sehingga Anda dapat menghasilkan apa yang Anda inginkan dengan mudah", | ||
@@ -10,2 +10,3 @@ "main": "index.js", | ||
"cheerio": "^1.0.0-rc.12", | ||
"form-data": "^4.0.0", | ||
"node-fetch": "^3.3.2", | ||
@@ -12,0 +13,0 @@ "request": "^2.88.2", |
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
19046
7
416
2
+ Addedform-data@^4.0.0