You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

gpt-query

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gpt-query - npm Package Compare versions

Comparing version
0.0.0-beta4
to
1.0.0
+2
-5
package.json
{
"name": "gpt-query",
"version": "0.0.0-beta4",
"version": "1.0.0",
"keywords": [],

@@ -22,3 +22,2 @@ "author": "",

"build": "npm run build:cjs && npm run build:esm && npm run build:types",
"run:example": "tsx example.ts",
"dev": "tsx src/index.ts",

@@ -30,5 +29,3 @@ "watch": "tsc -w",

"lint:fix:unsafe": "biome check --write --unsafe .",
"test": "jest",
"test:cjs": "node --require ts-node/register dist/cjs/index.cjs",
"test:esm": "node --experimental-modules dist/esm/index.js"
"test": "jest"
},

@@ -35,0 +32,0 @@ "dependencies": {