+2
-2
@@ -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 { |
+1
-1
| { | ||
| "name": "eating", | ||
| "version": "0.0.2", | ||
| "version": "0.0.3", | ||
| "description": "eating. A natural language command line food diary.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Unidentified License
LicenseSomething that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Unidentified License
LicenseSomething that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
42371
0