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 1.0.4 to 1.0.5

7

CHANGELOG.md

@@ -0,1 +1,8 @@

1.0.5 / 2015-12-15
------------------
- Increased http request timeout to 30 seconds.
- Don't check SSL sertificates.
1.0.4 / 2015-09-22

@@ -2,0 +9,0 @@ ------------------

2

lib/index.js

@@ -6,3 +6,3 @@

var async = require('async');
var request = require('request').defaults({ timeout: 5000, maxRedirects: 2 });
var request = require('request').defaults({ timeout: 30000, maxRedirects: 2, rejectUnauthorized: false });
var once = require('./common').once;

@@ -9,0 +9,0 @@

{
"name": "probe-image-size",
"version": "1.0.4",
"version": "1.0.5",
"description": "Get image size without full download (JPG, GIF, PNG, WebP, BMP, TIFF, PSD)",

@@ -34,4 +34,5 @@ "keywords": [

"eslint-plugin-nodeca": "^1.0.3",
"istanbul": "^0.4.1",
"mocha": "^2.2.5"
}
}
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