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

album-exif-analyzer

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

album-exif-analyzer - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

5

index.js

@@ -7,4 +7,2 @@ #!/usr/bin/env node

console.log(process.cwd());
const filestream = readdirp(process.cwd(), {

@@ -18,3 +16,3 @@ fileFilter: ["*.png", "*.jpg", "*.jpeg", "*.cr2"],

const outputFile = "output.csv";
const outputFile = `${Date.now()}-album-exif-analyzer.csv`;
let header = "";

@@ -48,2 +46,3 @@ let exifData;

fs.appendFileSync(outputFile, s);
console.log(`Wrote data to ${outputFile}`);
} else {

@@ -50,0 +49,0 @@ console.log("No data found");

2

package.json
{
"name": "album-exif-analyzer",
"version": "1.0.4",
"version": "1.0.5",
"description": "Recursively extracts EXIF data of all of the photos in a directory into a analyzable format",

@@ -5,0 +5,0 @@ "main": "index.js",

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