New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

eating

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eating - npm Package Compare versions

Comparing version
0.0.2
to
0.0.3
+2
-2
lib/eating.js

@@ -79,7 +79,7 @@ // Generated by CoffeeScript 1.7.1

} else if (options != null ? options.json : void 0) {
return fs.writeFile(options.txt, meals2Text.toJSON(meals), function(err) {
return fs.writeFile(options.json, meals2Text.toJSON(meals), function(err) {
if (err) {
return console.log(err);
}
return console.log('Finished writing', options.txt);
return console.log('Finished writing', options.json);
});

@@ -86,0 +86,0 @@ } else {

{
"name": "eating",
"version": "0.0.2",
"version": "0.0.3",
"description": "eating. A natural language command line food diary.",

@@ -5,0 +5,0 @@ "scripts": {