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

grunt-contrib-compress

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-contrib-compress - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

4

package.json
{
"name": "grunt-contrib-compress",
"description": "Compress files and folders.",
"version": "0.6.0",
"version": "0.6.1",
"homepage": "https://github.com/gruntjs/grunt-contrib-compress",

@@ -52,2 +52,2 @@ "author": {

]
}
}

@@ -1,2 +0,2 @@

# grunt-contrib-compress v0.6.0 [![Build Status](https://travis-ci.org/gruntjs/grunt-contrib-compress.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-compress)
# grunt-contrib-compress v0.6.1 [![Build Status](https://travis-ci.org/gruntjs/grunt-contrib-compress.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-compress)

@@ -138,2 +138,3 @@ > Compress files and folders.

* 2014-02-06   v0.6.1   catch archiver errors
* 2014-01-12   v0.6.0   Update archiver to v0.5.0

@@ -167,2 +168,2 @@ * 2013-11-27   v0.5.3   Allow archive option to be a function.

*This file was generated on Sun Jan 12 2014 16:04:16.*
*This file was generated on Thu Feb 06 2014 08:54:47.*

@@ -140,2 +140,7 @@ /*

archive.file(srcFile, { name: internalFileName }, function(err) {
if (err) {
archive.emit('error', err);
return;
}
grunt.verbose.writeln('Archiving ' + srcFile.cyan + ' -> ' + String(dest).cyan + '/'.cyan + internalFileName.cyan);

@@ -142,0 +147,0 @@ });

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