Socket
Socket
Sign inDemoInstall

argue-cli

Package Overview
Dependencies
0
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0-0 to 2.0.0-1

17

package.json
{
"name": "argue-cli",
"type": "module",
"version": "2.0.0-0",
"version": "2.0.0-1",
"description": "A thin and strongly typed CLI argument parser for Node.js.",

@@ -15,3 +15,3 @@ "author": "dangreen",

},
"main": "./src/index.ts",
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",

@@ -45,5 +45,12 @@ "publishConfig": {

"readme": "",
"scripts": {
"postpublish": "del ./package"
"scripts": {},
"module": "./dist/index.js",
"exports": {
"import": {
"default": "./dist/index.js"
},
"require": {
"default": "./dist/index.cjs"
}
}
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc