Socket
Socket
Sign inDemoInstall

aicat

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aicat - npm Package Compare versions

Comparing version 7.0.1 to 7.1.1

2

package.json
{
"name": "aicat",
"version": "7.0.1",
"version": "7.1.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "aicat",

@@ -7,3 +7,3 @@ Ask ChatGPT using some files as part of the instructions.

Then this is sent to OpenAI as a completion and the response is sent to stdout or to the file(s) specified by ChatGPT.
Then this is sent to OpenAI as a completion and the response is sent to the file(s) specified by ChatGPT.

@@ -21,3 +21,5 @@ # Install

```shell
aicat file1.mustache file2.html "extract template fields from file1 and insert into appropriate locations in file2" | tee file2.mustache
# should create file2.mustache
aicat file1.mustache file2.html "extract template fields from file1 and insert into appropriate locations in file2"
```

@@ -28,5 +30,8 @@

```shell
aicat -4 "list of MLB teams sorted by city name" > mlb.txt
# should create mlb.txt or similar
aicat -4 "list of MLB teams sorted by city name"
```
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