New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

probe-image-size

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

probe-image-size - npm Package Versions

vitaly
published 4.1.1 •

Changelog

Source

[4.1.1] - 2019-07-11

Fixed

  • Fix streams unpipe (after 4.1.0 changes), #34.
vitaly
published 4.1.0 •

Changelog

Source

[4.1.0] - 2019-07-09

Changed

  • Deps bump.
  • Update Travis-CI node versions to actual.

Fixed

  • Fix content ungzip from misconfigured servers, #31.
vitaly
published 4.0.1 •

Changelog

Source

[4.0.1] - 2019-07-08

Fixed

  • Fix regexp to ignore SVG stroke-width attr, #33.
vitaly
published 4.0.0 •

Changelog

Source

[4.0.0] - 2018-03-05

Changed

  • Roll back got -> request, see #16.
  • Default timeout 30s -> 60s.

Fixed

  • Fix padding parse in jpeg, #20.
vitaly
published 3.2.0 •

Changelog

Source

[3.2.0] - 2017-11-22

Changed

  • Roll back got to 6.x due serious regressions, see #16. Next attempt will be switching to request and releasing 4.0.0.
vitaly
published 3.1.0 •

Changelog

Source

[3.1.0] - 2017-06-08

Changed

  • Maintenance, deps bump. got 6.x -> 7.x. got timeouts may work a bit different but should affect result.
vitaly
published 3.0.0 •

Changelog

Source

[3.0.0] - 2016-12-02

Changed

  • Rewrite internals to Promise.
  • Separate options from url for http probe (old signature still supported for compatibility).
  • err.status -> err.statusCode
  • remove { rejectUnauthorized: false } from defaults.
  • User-Agent string update.
  • Replaced request dependency with got (read options description in doc).
  • Retry requests on network fail.
  • Switched from readable-stream to native stream (node 4+ has normal Stream3).
  • Proper class for errors.
vitaly
published 2.2.0 •

Changelog

Source

[2.2.0] - 2016-10-26

Added

  • Add .url with actual image address (after redirects) for remotes.
vitaly
published 2.1.1 •

Changelog

Source

[2.1.1] - 2016-08-25

Added

  • Add default user agent to http requests (if not set by options), #8.
vitaly
published 2.1.0 •

Changelog

Source

[2.1.0] - 2016-07-14

Changed

  • Internal parsers api cleanup - switch from callbacks to events.

Fixed

  • Fixed "write after end" error under heavy load.