Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aiprompt

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aiprompt - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

deno.ts

4

index.js

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

console.log('Coming soon: aiprompt!');
import aiprompt from './src/index.js';
export default aiprompt;
{
"name": "aiprompt",
"type": "module",
"version": "0.0.2",
"version": "0.0.3",
"description": "Best ChatGPT-4 CLI to develop your projects from your file system",

@@ -11,6 +11,7 @@ "author": "Izel Nakri",

"bin": {
"aiprompt": "index.js"
"aiprompt": "node.js"
},
"scripts": {
"bin": "chmod +x cli.js && ./cli.js",
"bin": "chmod +x node.js && ./node.js",
"bin:deno": "chmod +x deno.ts && ./deno.ts",
"build": "echo 'No build step yet'",

@@ -17,0 +18,0 @@ "changelog:unreleased": "node_modules/.bin/auto-changelog --stdout --commit-limit false --package --unreleased-only --hide-credit --sort-commits date-desc",

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