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 4.1.0 to 4.1.1

6

CHANGELOG.md

@@ -0,1 +1,7 @@

4.1.1 / 2019-07-11
------------------
- Fix streams unpipe (after 4.1.0 changes), #34.
4.1.0 / 2019-07-09

@@ -2,0 +8,0 @@ ------------------

2

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

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

@@ -49,3 +49,3 @@ 'use strict';

// request stream doesn't have unpipe, https://github.com/request/request/issues/874
if (typeof stream.unpipe === 'function') stream.unpipe(this);
if (typeof stream.unpipe === 'function') stream.unpipe(proxy);
proxy.end();

@@ -52,0 +52,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