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.7 to 0.0.8

8

lib/command/project.js

@@ -60,10 +60,10 @@ var fs = require('fs'),

exports = module.exports = function(args) {
if(args.length == 0) {
argv = yargs.parse(args);
if(argv._.length == 0) {
console.error('Usage: d5 project {name} [opts ...]');
process.exit(1);
}
projectName = argv._[0];
projectName = args[0];
argv = yargs.parse(args.slice(1));
setupContext();

@@ -70,0 +70,0 @@

{
"name": "d5",
"description": "small utilities for node development",
"version": "0.0.7",
"version": "0.0.8",
"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