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

mkhere

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mkhere - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

0

config/config.json
{
"TPL_DIR": ".templates"
}

6

lib/mkhere.js

@@ -51,8 +51,8 @@ #! /usr/bin/env node

if (!err) {
var baseTpls = fs.readdirSync('../templates/');
var baseTpls = fs.readdirSync(path.resolve(__dirname+'/../templates/'));
baseTpls.forEach(function (file) {
console.log('FILE: ',path.join(dir, file));
fs.copy('../templates/' + file, path.join(dir, file), function (err) {
fs.copy(path.resolve(__dirname+'/../templates/' + file), path.join(dir, file), function (err) {
if (err) {
console.log('Ooops! Some errors occurred upon attempt to create example files in: '.red.bold + dir);
console.log('Ooops! Some errors ("'+err+'") occurred upon attempt to create example files in: '.red.bold + dir);
}

@@ -59,0 +59,0 @@ });

{
"name": "mkhere",
"version": "1.0.7",
"version": "1.0.8",
"description": "Make files based on template",

@@ -5,0 +5,0 @@ "main": "lib/mkhere.js",

@@ -0,0 +0,0 @@ # mkhere

@@ -0,0 +0,0 @@ # This is Heading 1

Sorry, the diff of this file is not supported yet

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