🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

create-ocode

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-ocode - npm Package Compare versions

Comparing version

to
1.1.0

1

index.js

@@ -0,1 +1,2 @@

import * as oCode from 'ocode.dev'
import { execSync } from "child_process";

@@ -2,0 +3,0 @@ import inquirer from "inquirer";

9

package.json
{
"name": "create-ocode",
"version": "1.0.0",
"version": "1.1.0",
"description": "",
"main": "index.js",
"type": "module",
"bin": {
"create-ocode": "./index.js"
},
"scripts": {

@@ -15,4 +17,5 @@ "test": "echo \"Error: no test specified\" && exit 1"

"inquirer": "^9.2.14",
"loading-cli": "^1.1.2"
"loading-cli": "^1.1.2",
"ocode.dev": "^0.1.0"
}
}