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.2 to 2.1.3

8

CHANGELOG.md

@@ -5,2 +5,7 @@ # Changelog

## [2.1.3] - 2019-11-10
### Added
- code coverage
## [2.1.2] - 2019-11-09

@@ -57,3 +62,4 @@

[Unreleased]: https://github.com/MikeKovarik/exifr/compare/v2.1.2...HEAD
[Unreleased]: https://github.com/MikeKovarik/exifr/compare/v2.1.3...HEAD
[2.1.2]: https://github.com/MikeKovarik/exifr/compare/v2.1.2...v2.1.3
[2.1.2]: https://github.com/MikeKovarik/exifr/compare/v2.1.1...v2.1.2

@@ -60,0 +66,0 @@ [2.1.1]: https://github.com/MikeKovarik/exifr/compare/v2.1.0...v2.1.1

{
"name": "exifr",
"version": "2.1.2",
"description": "📑 The fastest and most versatile JavaScript EXIF reading library.",
"version": "2.1.3",
"description": "📷 The fastest and most versatile JavaScript EXIF reading library.",
"author": "Mike Kovarik",

@@ -30,2 +30,3 @@ "license": "MIT",

"test": "mocha test/test.js",
"coverage": "nyc npm test",
"build": "rollup -c rollup.config.prod.js",

@@ -36,6 +37,17 @@ "dev": "rollup -c rollup.config.dev.js -w"

"chai": "^4.2.0",
"coveralls": "^3.0.7",
"mocha": "^6.1.4",
"nyc": "^14.1.1",
"rollup": "^1.10.0",
"rollup-plugin-notify": "^1.0.1"
},
"nyc": {
"reporter": [
"html",
"text",
"text-summary"
],
"check-coverage": false,
"cache": true
}
}

13

README.md
<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>
<img src="https://raw.githubusercontent.com/MikeKovarik/exifr/next-major-rewrite/logo/blue-small.png" width="140" alt="exifr">
</h1>
📷 The fastest and most versatile JavaScript EXIF reading library.
[![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)
[![License](http://img.shields.io/npm/l/exifr.svg?style=flat)](LICENSE)
[![Dependency Status](https://david-dm.org/MikeKovarik/exifr.svg)](https://david-dm.org/MikeKovarik/exifr)
[![devDependency Status](https://david-dm.org/MikeKovarik/exifr/dev-status.svg)](https://david-dm.org/MikeKovarik/exifr#info=devDependencies)
[![Coverage Status](https://coveralls.io/repos/github/MikeKovarik/exifr/badge.svg)](https://coveralls.io/github/MikeKovarik/exifr)
[![License](http://img.shields.io/npm/l/exifr.svg?style=flat)](LICENSE)
📑 The fastest and most versatile JavaScript EXIF reading library.
Try it yourself - [demo page & playground](https://mutiny.cz/exifr/).
Try it yourself - [demo page](https://mutiny.cz/exifr/).
## Installation

@@ -18,0 +17,0 @@

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