Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Wundermilk can convert your tasks from RTM (remember the milk) to Wunderlist.
Unfortunately RTM does not provide a good way to export you tasks so this method is not quite straightforward.
Go to https://www.wunderlist.com in your favorite browser.
Create any lists you want to use (probably the same as in RTM to keep it simple).
Finally, click on the icon next to your name and then Account settings
, click on Create Backup
and then download the JSON file.
If you are worried that I'm not giving you the instructions to convert to Wunderlist, keep in mind that I said it's not straightforward.
Open https://www.rememberthemilk.com/app
RTM can export your tasks as an ical file but it will be missing your lists.
To keep your lists go to each list, click on "select all" and then add a tag with the name of the list (it should match the name you created in wunderlist).
Finally, go to http://www.rememberthemilk.com/icalendar/YOURUSERNAME (replace YOURUSERNAME
with your username) and download the ics file.
Install wundermilk: npm i wundermilk -g
Convert your tasks from ICS to the Wunderlist JSON format:
wundermilk WUNDERLIST-IN ICS-IN WUNDERLIST-OUT
wundermilk will report the tasks it found:
Converting the following tags to lists: inbox, futures, work, misc
Found 26 open tasks
inbox (3)
- world domination
- just kidding
- really
futures (17)
[..]
Go to https://www.wunderlist.com, again in your favorite browser.
Click on the icon next to your name and then Account settings
, click on Import Backup Data
and specify the file you just created (eg. converted.json).
Your tasks should now be visible in Wunderlist. You will have to clean up any duplicate folders manually (that's just how the import works).
You are on you own now. Have fun. Or complete some tasks.
OK, some final advice. I used this tool once, it worked for me but YMMV. If you find a problem please fix it yourself (PR).
Oh and sorry but I hardcoded the due time to 7:00Z :)
FAQs
Convert your tasks from RTM (remember the milk) to Wunderlist
We found that wundermilk demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.