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

gulp-deploy-http-push

Package Overview
Dependencies
Maintainers
7
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-deploy-http-push - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

7

CHANGELOG.md

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

## [0.1.1](https://github.com/searchfe/gulp-deploy-http-push/compare/v0.1.0...v0.1.1) (2019-10-24)
### Bug Fixes
* url.parse ([405ea7b](https://github.com/searchfe/gulp-deploy-http-push/commit/405ea7bd2fa82817252b111f8c01963d6e3e1cd2))
# [0.1.0](https://github.com/searchfe/gulp-deploy-http-push/compare/v0.0.2...v0.1.0) (2019-10-24)

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

2

dist/fetch.js

@@ -65,3 +65,3 @@ "use strict";

opt = opt || {};
url = url.URL(url);
url = url.parse(url);
var ssl = url.protocol === 'https:';

@@ -68,0 +68,0 @@ opt.host = opt.host || opt.hostname || ((ssl || url.protocol === 'http:') ? url.hostname : 'localhost');

{
"name": "gulp-deploy-http-push",
"version": "0.1.0",
"version": "0.1.1",
"discription": "gulp-deploy-http-push",

@@ -5,0 +5,0 @@ "scripts": {

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

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