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

create-fivem-resource

Package Overview
Dependencies
Maintainers
0
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-fivem-resource - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "create-fivem-resource",
"version": "1.0.2",
"version": "1.0.3",
"license": "MIT",

@@ -5,0 +5,0 @@ "bin": {

import { program as commander } from "commander";
import { createFivemResource } from "./create-fivem-resource";
import packageJson from "../package.json";
const parseArguments = (program = commander) => {
program
.version("1.0.0", "-v, --version", "output the current version")
.version(packageJson.version, "-v, --version", "output the current version")
.description("FiveM resource boilerplate CLI")

@@ -8,0 +10,0 @@ .argument("<resource-name>", "name of the resource")

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