Socket
Socket
Sign inDemoInstall

gestaltjs

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gestaltjs - npm Package Compare versions

Comparing version 0.8.1 to 0.8.2

src/cli.ts

7

package.json
{
"name": "gestaltjs",
"module": "src/index.ts",
"version": "0.8.1",
"version": "0.8.2",
"type": "module",

@@ -32,3 +32,6 @@ "publishConfig": {

},
"license": "MIT"
"license": "MIT",
"dependencies": {
"commander": "^11.1.0"
}
}

@@ -0,3 +1,5 @@

import { parseArgv } from "./cli";
export async function main() {
console.log("Gestalt")
}
await parseArgv();
}
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