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

punch

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

punch - npm Package Compare versions

Comparing version 0.5.15 to 0.5.16

5

lib/content_handler.js

@@ -91,6 +91,6 @@ var _ = require("underscore");

if (err) {
return callback(err, basename.join("."), null, modified_date);
return callback(err, basename.shift(), null, modified_date);
}
return callback(null, basename.join("."), parsed_output, modified_date);
return callback(null, basename.shift(), parsed_output, modified_date);
});

@@ -112,2 +112,3 @@ });

}
// filter the hidden files

@@ -114,0 +115,0 @@ var content_files = [];

2

package.json

@@ -15,3 +15,3 @@ {

],
"version": "0.5.15",
"version": "0.5.16",
"homepage": "https://github.com/laktek/punch",

@@ -18,0 +18,0 @@ "author": "Lakshan Perera <lakshan@web2media.net> (http://laktek.com)",

@@ -203,3 +203,3 @@ var default_handler = require("../lib/content_handler.js");

spyOn(fs, "readdir").andCallFake(function(path, callback){
return callback(null, ["test1.markdown", "test2.markdown"]);
return callback(null, ["test1.markdown", "test2.coffee.markdown"]);
});

@@ -206,0 +206,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