ember-cli-deploy-gzip
Advanced tools
Comparing version 2.0.0 to 2.0.1
# Change Log | ||
## 2.0.1 (2021-11-22) | ||
#### :bug: Bug Fix | ||
* [#53](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip/pull/53) Fix invalid atime being set ([@jrjohnson](https://github.com/jrjohnson)) | ||
#### Committers: 1 | ||
- Jonathan Johnson ([@jrjohnson](https://github.com/jrjohnson)) | ||
## 2.0.0 (2020-11-24) | ||
@@ -4,0 +12,0 @@ |
@@ -100,3 +100,3 @@ /*eslint-env node*/ | ||
else { | ||
fs.utimes(outFilePath, Date.now(), stats.mtime, function () { | ||
fs.utimes(outFilePath, new Date(), stats.mtime, function () { | ||
resolve(); | ||
@@ -103,0 +103,0 @@ }); |
{ | ||
"name": "ember-cli-deploy-gzip", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Ember CLI Deploy plugin to gzip files.", | ||
@@ -5,0 +5,0 @@ "directories": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21264
1