Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

create-koa-app

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-koa-app - npm Package Compare versions

Comparing version
0.0.1
to
0.0.2
+2
-0
index.js

@@ -0,1 +1,3 @@

#!/usr/bin/env node
let fileCmd = require('file-cmd')

@@ -2,0 +4,0 @@ let path = require('path')

+5
-3
{
"name": "create-koa-app",
"version": "0.0.1",
"version": "0.0.2",
"description": "Create koa apps with koa-base-boilerplate",
"main": "index.js",
"scripts": {},
"bin": {
"create-koa-app": "index.js"
},
"author": "flypie2",

@@ -12,2 +14,2 @@ "license": "ISC",

}
}
}