Socket
Socket
Sign inDemoInstall

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 7.1.2 to 7.1.3

11

CHANGELOG.md

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

## [7.1.3]
### Fixed
- `UrlFetcher` in Node.js can now handle redirects.
- added missing `multiSegment` in .d.ts file.
## [7.1.2]

@@ -287,4 +293,5 @@

[Unreleased]: https://github.com/MikeKovarik/exifr/compare/v7.1.2...HEAD
[7.1.1]: https://github.com/MikeKovarik/exifr/compare/v7.1.0...v7.1.2
[Unreleased]: https://github.com/MikeKovarik/exifr/compare/7.1.3...HEAD
[7.1.3]: https://github.com/MikeKovarik/exifr/compare/v7.1.2...v7.1.3
[7.1.2]: https://github.com/MikeKovarik/exifr/compare/v7.1.0...v7.1.2
[7.1.0]: https://github.com/MikeKovarik/exifr/compare/v7.0.0...v7.1.0

@@ -291,0 +298,0 @@ [7.0.0]: https://github.com/MikeKovarik/exifr/compare/v6.3.0...v7.0.0

3

index.d.ts

@@ -25,2 +25,3 @@ /// <reference types="node" />

parse?: boolean, // XMP only
multiSegment?: boolean, // XMP and icc only
}

@@ -116,2 +117,2 @@

export default _default
export default _default
{
"name": "exifr",
"version": "7.1.2",
"version": "7.1.3",
"description": "📷 The fastest and most versatile JavaScript EXIF reading library.",

@@ -45,3 +45,4 @@ "author": "Mike Kovarik",

"build-full": "rollup -c rollup.config.js full",
"build": "rollup -c rollup.config.js"
"build": "rollup -c rollup.config.js",
"prerelease": "npm run build"
},

@@ -48,0 +49,0 @@ "devDependencies": {

@@ -669,4 +669,4 @@ <img src="https://raw.githubusercontent.com/MikeKovarik/exifr/master/logo/blue-small.png" width="160" alt="exifr">

<table><tr>
<td>mergeOutput: true</td>
<td>mergeOutput: false</td>
<td>mergeOutput: true</td>
</tr><tr><td><pre>

@@ -673,0 +673,0 @@ {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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