New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

moker

Package Overview
Dependencies
Maintainers
1
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

moker - npm Package Compare versions

Comparing version 0.0.1-alpha.6 to 0.0.1

dist/cli.js

2

dist/commands/create.js
import { applyTemplate, createMonorepo, DEFAULT_INITIAL_VERSION, DEFAULT_LICENSE, DEFAULT_SCOPED, DEFAULT_WORKSPACES_DIRECTORY, installPlugin, loadAllPlugins, runDependencyQueues, task, } from "@mokr/core";
import { command } from "bandersnatch";
import { resolve } from "node:path";
// @todo re-enable prompts
// @todo: re-enable prompts
export const create = command("create")

@@ -6,0 +6,0 @@ .description("Create a new monorepo")

{
"name": "moker",
"version": "0.0.1-alpha.6",
"description": "The Mokr CLI",
"repository": "https://github.com/hongaar/mokr",
"version": "0.0.1",
"description": "The moker CLI",
"repository": "https://github.com/hongaar/moker",
"author": "joram@vandenboezem.nl",

@@ -11,5 +11,3 @@ "license": "MIT",

"types": "types/index.d.ts",
"bin": {
"mokr": "mokr.js"
},
"bin": "moker.js",
"files": [

@@ -20,3 +18,3 @@ "dist",

"scripts": {
"start": "node mokr.js",
"start": "node moker.js",
"prepublishOnly": "yarn clean && yarn build",

@@ -30,5 +28,5 @@ "clean": "rm -rf dist && rm -rf types",

"dependencies": {
"@mokr/core": "0.0.1-alpha.5",
"@mokr/plugins": "0.0.1-alpha.5",
"@mokr/templates": "0.0.1-alpha.5",
"@mokr/core": "^0",
"@mokr/plugins": "^0",
"@mokr/templates": "^0",
"bandersnatch": "1.11.1"

@@ -35,0 +33,0 @@ },

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

# @mokr/cli
# moker
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