papago-translate
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -16,3 +16,3 @@ /** | ||
class Papago { | ||
constructor({ save_device_id = true, user_agent = "PapagoTranslate NPM (https://www.npmjs.com)" }) { | ||
constructor({ save_device_id = true, user_agent = "PapagoTranslate NPM (https://www.npmjs.com)" } = {}) { | ||
if (save_device_id) this.device_id = generateUUID(); | ||
@@ -147,4 +147,4 @@ | ||
module.exports = { | ||
version: "0.1.0", | ||
version: "0.1.1", | ||
Papago: Papago | ||
}; |
{ | ||
"name": "papago-translate", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A Node.js NPM package for using Naver Papago easily (papago.naver.com).", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
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
15201