Socket
Socket
Sign inDemoInstall

cowmand

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cowmand - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2-beta.0

.github/workflows/codeql-analysis.yml

25

package.json
{
"name": "cowmand",
"version": "0.0.1",
"version": "0.0.2-beta.0",
"description": "Helper to create a cli api",
"main": "dist/index.js",
"main": "dist/cowmand.js",
"typings": "dist/cowmand.d.ts",
"repository": "https://github.com/MarconWillian/Cowmand",
"author": "Marcon Willian <oi@marcon.run>",
"license": "MIT",
"private": false,
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc",
"test": "jest",
"lint": "eslint --ext .ts ./"
},
"engines": {
"node": ">=10"
},
"dependencies": {
"arg": "^5.0.1",
"chalk": "^5.0.0"
"chalk": "4.1.2",
"merge-descriptors": "^1.0.1",
"ora": "5.4.1"
},
"devDependencies": {
"@types/merge-descriptors": "^1.0.1",
"@types/node": "^17.0.8",

@@ -20,3 +33,3 @@ "@typescript-eslint/eslint-plugin": "^5.9.0",

"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-prettier": "^8.3.0`",
"eslint-import-resolver-typescript": "^2.5.0",

@@ -23,0 +36,0 @@ "eslint-plugin-import": "^2.25.4",

{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"target": "es2016", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
"module": "commonjs", /* Specify what module code is generated. */
"esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables `allowSyntheticDefaultImports` for type compatibility. */
"forceConsistentCasingInFileNames": true, /* Ensure that casing is correct in imports. */
"strict": true, /* Enable all strict type-checking options. */
"skipLibCheck": true,
"outDir": "./dist",
"rootDir": "./src",
"allowJs": true,
"declaration": false,
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"noImplicitAny": false,
"moduleResolution": "node"
"declaration": true,
"noImplicitAny": false
},
"exclude": [
"node_modules",
"dist",
"test",
"prettier.config.js",
"jest.config.js"
"example"
]
}
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