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

mvcube

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mvcube - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

README.md

28

package.json
{
"name": "mvcube",
"version": "1.0.1",
"description": "Descrição do seu CLI",
"version": "1.0.2",
"description": "A CLI for quickly creating MVC structures in Next.js projects, including Models, Controllers, and Views.",
"main": "dist/cli.js",

@@ -10,4 +10,26 @@ "bin": {

"scripts": {
"build": "tsc"
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"CLI",
"MVC",
"Next.js",
"Node.js",
"Automation"
],
"repository": {
"type": "git",
"url": "https://github.com/WENDELLDELIMA/mvcube.git"
},
"bugs": {
"url": "https://github.com/WENDELLDELIMA/mvcube/issues"
},
"homepage": "https://github.com/WENDELLDELIMA/mvcube",
"author": {
"name": "Wendell De Lima",
"email": "wendell.lima22@hotmail.com",
"url": "https://github.com/WENDELLDELIMA"
},
"license": "MIT",
"dependencies": {},

@@ -14,0 +36,0 @@ "devDependencies": {

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