Huge News!Announcing our $40M Series B led by Abstract Ventures.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.2.1 to 0.3.0

7

CHANGELOG.md

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

# [0.3.0](https://github.com/searchfe/gulp-deploy-http-push/compare/v0.2.1...v0.3.0) (2019-11-01)
### Features
* upgrade cache ([f349fd9](https://github.com/searchfe/gulp-deploy-http-push/commit/f349fd96468c1529e954c06b7e5957471a49b84a))
## [0.2.1](https://github.com/searchfe/gulp-deploy-http-push/compare/v0.2.0...v0.2.1) (2019-10-28)

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

4

dist/cache.js

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

function saveCache(file, cachePath) {
fs_extra_1.writeFileSync(path_1.resolve(cachePath + '/' + getMd5(file.path + file.stat.mtimeMs)), '');
fs_extra_1.writeFileSync(path_1.resolve(cachePath + '/' + getMd5(file.path + file.stat.mtimeMs + file.stat.ctimeMs)), '');
}

@@ -27,4 +27,4 @@ exports.saveCache = saveCache;

function hasCache(cachePath, file) {
return fs_extra_1.pathExistsSync(path_1.resolve(cachePath + '/' + getMd5(file.path + file.stat.mtimeMs)));
return fs_extra_1.pathExistsSync(path_1.resolve(cachePath + '/' + getMd5(file.path + file.stat.mtimeMs + file.stat.ctimeMs)));
}
exports.hasCache = hasCache;
{
"name": "gulp-deploy-http-push",
"version": "0.2.1",
"version": "0.3.0",
"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