Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ember-cli-deploy-gzip

Package Overview
Dependencies
Maintainers
5
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-deploy-gzip - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

8

CHANGELOG.md
# 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 @@

2

index.js

@@ -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": {

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