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

d5

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

d5 - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

templates/project/lib/_gitignore

2

lib/command/project.js

@@ -47,2 +47,4 @@ var fs = require('fs'),

destFile = path.join(destDir, '.gitignore');
} else if(entry.indexOf('%%projectName%%') != -1) {
destFile = path.join(destDir, entry.replace('%%projectName%%', projectName));
}

@@ -49,0 +51,0 @@

2

package.json
{
"name": "d5",
"description": "small utilities for node development",
"version": "0.0.10",
"version": "0.0.11",
"author": {

@@ -6,0 +6,0 @@ "name" : "Daniel Kang",

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