Socket
Socket
Sign inDemoInstall

cptmpl

Package Overview
Dependencies
47
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.4 to 0.0.5

2

index.js

@@ -46,3 +46,3 @@ 'use strict'

for (let file of Object.keys(filesWithStats)) {
for (const file of Object.keys(filesWithStats)) {
// Process dest filename

@@ -49,0 +49,0 @@ let dest = path.join(_dest, path.relative(_src, file))

{
"name": "cptmpl",
"version": "0.0.4",
"version": "0.0.5",
"description": "Copy and process a template file",

@@ -33,3 +33,3 @@ "author": "Wes Todd <wes@wesleytodd.com>",

"fs-extra": "^7.0.0",
"inquirer": "^6.2.0",
"inquirer": "^7.0.0",
"minimist": "^1.2.0",

@@ -40,4 +40,4 @@ "recursive-readdir": "^2.2.2"

"mocha": "^5.2.0",
"standard": "^12.0.1"
"standard": "^14.1.0"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc