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

probe-image-size

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

probe-image-size - npm Package Compare versions

Comparing version 7.0.0 to 7.0.1

6

CHANGELOG.md

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

## [7.0.1] - 2021-03-18
### Fixed
- Fix crash in async SVG parser, #52.
## [7.0.0] - 2021-03-11

@@ -184,2 +189,3 @@ ### Added

[7.0.1]: https://github.com/nodeca/probe-image-size/compare/7.0.0...7.0.1
[7.0.0]: https://github.com/nodeca/probe-image-size/compare/6.0.0...7.0.0

@@ -186,0 +192,0 @@ [6.0.0]: https://github.com/nodeca/probe-image-size/compare/5.0.0...6.0.0

1

lib/parse_stream/svg.js

@@ -163,2 +163,3 @@ 'use strict';

if (result) {
state = STATE_IGNORE;
parser.push(result);

@@ -165,0 +166,0 @@ parser.push(null);

2

package.json
{
"name": "probe-image-size",
"version": "7.0.0",
"version": "7.0.1",
"description": "Get image size without full download (JPG, GIF, PNG, WebP, BMP, TIFF, PSD)",

@@ -5,0 +5,0 @@ "keywords": [

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