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

exifr

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exifr - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

41

CHANGELOG.md

@@ -5,4 +5,30 @@ # Changelog

## [2.0.0]
## [2.1.2] - 2019-11-09
### Changed
- added project logo
- tweaked demo page UI
- moved demo page to custom domain mutiny.cz & changed links to reflect that
## [2.1.1] - 2019-09-18
### Added
- tests for IPTC
- magic comments for webpack
### Changed
- normalized old tests
## [2.1.0] - 2019-09-12
### Added
- tests for webworker
### Fixed
- webworker bug
- removed dependency on Nodes fs module
- various bugfixes
## [2.0.0] - 2019-07-05
### Breaking changes

@@ -31,6 +57,9 @@ - default export is not longer `getExif()` function. It's available as named export `parse()`along few new ones.

[Unreleased]: https://github.com/MikeKovarik/exifr/compare/2.0.0...HEAD
[2.0.0]: https://github.com/MikeKovarik/exifr/compare/1.2.0...2.0.0
[1.2.0]: https://github.com/MikeKovarik/exifr/compare/1.1.0...1.2.0
[1.1.0]: https://github.com/MikeKovarik/exifr/compare/1.0.0...1.1.0
[1.0.0]: https://github.com/MikeKovarik/exifr/releases/tag/1.0.0
[Unreleased]: https://github.com/MikeKovarik/exifr/compare/v2.1.2...HEAD
[2.1.2]: https://github.com/MikeKovarik/exifr/compare/v2.1.1...v2.1.2
[2.1.1]: https://github.com/MikeKovarik/exifr/compare/v2.1.0...v2.1.1
[2.1.0]: https://github.com/MikeKovarik/exifr/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/MikeKovarik/exifr/compare/v1.2.0...v2.0.0
[1.2.0]: https://github.com/MikeKovarik/exifr/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/MikeKovarik/exifr/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/MikeKovarik/exifr/releases/tag/v1.0.0

4

index.js

@@ -5,3 +5,3 @@ (function (global, factory) {

(global = global || self, factory(global.exifr = {}));
}(this, function (exports) { 'use strict';
}(this, (function (exports) { 'use strict';

@@ -1728,2 +1728,2 @@ var hasBuffer = typeof Buffer !== 'undefined';

}));
})));
{
"name": "exifr",
"version": "2.1.1",
"version": "2.1.2",
"description": "📑 The fastest and most versatile JavaScript EXIF reading library.",

@@ -22,3 +22,3 @@ "author": "Mike Kovarik",

],
"homepage": "https://exifr.netlify.com",
"homepage": "https://mutiny.cz/exifr/",
"bugs": "https://github.com/MikeKovarik/exifr/issues",

@@ -25,0 +25,0 @@ "repository": {

@@ -1,4 +0,8 @@

# exifr
<h1>
<a href="https://github.com/MikeKovarik/exifr">
<img src="https://raw.githubusercontent.com/MikeKovarik/exifr/next-major-rewrite/logo/blue-small.png" width="140" alt="exifr">
</a>
</h1>
[![Build Status](https://travis-ci.org/MikeKovarik/exifr.svg)](https://travis-ci.org/MikeKovarik/exifr)
[![Build Status](https://travis-ci.org/MikeKovarik/exifr.svg?branch=master)](https://travis-ci.org/MikeKovarik/exifr)
[![NPM Version](https://img.shields.io/npm/v/exifr.svg?style=flat)](https://npmjs.org/package/exifr)

@@ -11,3 +15,3 @@ [![License](http://img.shields.io/npm/l/exifr.svg?style=flat)](LICENSE)

Try it yourself - [demo page](https://exifr.netlify.com/).
Try it yourself - [demo page](https://mutiny.cz/exifr/).

@@ -290,21 +294,9 @@ ## Installation

## TODOs and Future ideas
The library is already production ready and battle-tested, but there's always room for improvement
## Next version
The library is already production ready and battle-tested, but there's always room for improvement.
* [ ] API for providing custom XML parser
* [ ] modularizing the library
* [ ] by parsers (minimalistic with TIFF only, default with IPTC, ICC & XMP parsing)
* [ ] with & without
* [ ] minified / default (with and without tag dictionary, minified for the web)
* [ ] Parsing ICC
* [ ] Parsing readernotes.
<br> [node-exif](https://github.com/gomfunkel/node-exif/tree/master/lib/exif/makernotes) module already has a few great implementations and [PRs](https://github.com/gomfunkel/node-exif/issues/25) ([Canon makernote](https://gist.github.com/redaktor/bae0ef2377ab70bc5276)).
* [ ] WebP image support
* [x] tidy up file reader / loader code
* [x] .tif & .tiff image support
* [x] Thumbnail extraction
Version 3.0.0 is currently underway and developed on a branch [next-major-rewrite](https://github.com/MikeKovarik/exifr/tree/next-major-rewrite). It is a complete rewrite with focus on modularization and even better performance and stability.
Probably as an additional opt-in extension file to keep the core as light as possible.
## Licence
MIT, Mike Kovařík, Mutiny.cz
MIT, Mike Kovařík, Mutiny.cz

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