Comparing version 0.4.1 to 0.4.2
@@ -5,3 +5,3 @@ "use strict"; | ||
function TakeawayConfig(_a) { | ||
var _b = _a === void 0 ? {} : _a, _c = _b.language, language = _c === void 0 ? 'nl' : _c, _d = _b.url, url = _d === void 0 ? 'https://nl.citymeal.com/android/android.php' : _d, _e = _b.password, password = _e === void 0 ? '4ndro1d' : _e, _f = _b.version, version = _f === void 0 ? '5.7' : _f, _g = _b.systemVersion, systemVersion = _g === void 0 ? '24' : _g, _h = _b.appVersion, appVersion = _h === void 0 ? '4.15.3.2' : _h, _j = _b.appName, appName = _j === void 0 ? 'Takeaway.com' : _j; | ||
var _b = _a === void 0 ? {} : _a, _c = _b.language, language = _c === void 0 ? 'nl' : _c, _d = _b.url, url = _d === void 0 ? 'https://nl.citymeal.com/android/android.php' : _d, _e = _b.password, password = _e === void 0 ? '4ndro1d' : _e, _f = _b.version, version = _f === void 0 ? '5.7' : _f, _g = _b.systemVersion, systemVersion = _g === void 0 ? '29' : _g, _h = _b.appVersion, appVersion = _h === void 0 ? '8.29.0' : _h, _j = _b.appName, appName = _j === void 0 ? 'Takeaway.com' : _j; | ||
this.language = language; | ||
@@ -8,0 +8,0 @@ this.url = url; |
{ | ||
"name": "takeaway", | ||
"description": "Unofficial JavaScript implementation of the Takeaway.com API.", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"license": "MIT", | ||
"author": "Daniel Huisman <daniel@huisman.me> (https://danielhuisman.io)", | ||
"author": "Danielle Huisman <danielle@huisman.me> (https://github.com/DanielleHuisman)", | ||
"contributors": [], | ||
@@ -40,2 +40,3 @@ "repository": "github:TakeawayAPI/node-takeaway", | ||
"dotenv-cli": "^3.1.0", | ||
"rimraf": "^4.1.2", | ||
"ts-node": "^8.5.4", | ||
@@ -42,0 +43,0 @@ "tslint": "^5.20.1", |
Sorry, the diff of this file is not supported yet
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
262492
0
5