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.43 to 0.5.44

boilerplates/default/.npmignore

3

lib/project_creator.js

@@ -34,3 +34,4 @@ var Fs = require("fs");

} else {
copy_command = "cp -r " + source_path + "/* " + destination_path;
console.log(source_path);
copy_command = "cp -r " + source_path + "/ " + destination_path + "/";
}

@@ -37,0 +38,0 @@

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

],
"version": "0.5.43",
"version": "0.5.44",
"homepage": "https://github.com/laktek/punch",

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

@@ -15,3 +15,3 @@ var ProjectCreator = require("../lib/project_creator");

return "cp -r " + templatePath + "/* " + path;
return "cp -r " + templatePath + "/ " + path + "/";
}

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