Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

takeaway

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

takeaway - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

2

lib/config.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc