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

grunt-html-pdf

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-html-pdf - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

4

package.json

@@ -5,7 +5,7 @@ {

"description": "Grunt wrapper for the Node package html-pdf",
"version": "0.0.3",
"version": "0.0.4",
"homepage": "https://github.com/Max.Barry/grunt-html-pdf",
"author": {
"name": "Max Barry",
"email": "maxbarrymail@gmail.com",
"email": "max@mxbry.com",
"url": "http://mxbry.com"

@@ -12,0 +12,0 @@ },

@@ -24,2 +24,3 @@ /*

var count = this.files.length;
async.forEach(this.files, function(f) {

@@ -58,4 +59,7 @@ /**

grunt.file.write(f.dest, buffer);
grunt.log.ok("Successfully created " + f.dest);
grunt.file.write(f.dest, buffer);
if(--count === 0) {
done();
}
});

@@ -62,0 +66,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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