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.1 to 0.1.2

7

CHANGELOG.md

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

## [0.1.2](https://github.com/searchfe/gulp-deploy-http-push/compare/v0.1.1...v0.1.2) (2019-10-24)
### Bug Fixes
* URL ([b9f259c](https://github.com/searchfe/gulp-deploy-http-push/commit/b9f259cb3b0d7a26c23319e5fe48a95ff82dbb78))
## [0.1.1](https://github.com/searchfe/gulp-deploy-http-push/compare/v0.1.0...v0.1.1) (2019-10-24)

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

10

dist/fetch.js
"use strict";
/*
* @Author: qiansc
* @Date: 2019-05-07 14:31:35
* @Last Modified by: qiansc
* @Last Modified time: 2019-10-24 14:53:18
*
* fis3插件重构而来,实现不是很优雅
*/
var __assign = (this && this.__assign) || function () {

@@ -65,3 +73,3 @@ __assign = Object.assign || function(t) {

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

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

2

package.json
{
"name": "gulp-deploy-http-push",
"version": "0.1.1",
"version": "0.1.2",
"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