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

@aigur/client

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aigur/client - npm Package Compare versions

Comparing version 1.5.1 to 1.5.2

.turbo/turbo-build.log

6

CHANGELOG.md
# @aigur/client
## 1.5.2
### Patch Changes
- 440dab44: fix node name
## 1.5.0

@@ -4,0 +10,0 @@

60

package.json
{
"name": "@aigur/client",
"version": "1.5.1",
"description": "",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"pbl": "npm publish --access public",
"build": "tsup src/index.ts --format cjs --dts --minify",
"dev": "tsup src/index.ts --format cjs --dts --watch",
"test": "vitest run",
"test:dev": "vitest dev"
},
"keywords": [],
"author": "",
"license": "ISC",
"publishConfig": {
"access": "public"
},
"dependencies": {
"eventsource-parser": "^0.1.0",
"form-data": "^4.0.0",
"zod": "^3.20.2"
},
"devDependencies": {
"tsconfig": "workspace:*",
"tsup": "^6.6.3",
"typescript": "^4.5.3",
"vitest": "^0.28.4"
}
}
"name": "@aigur/client",
"version": "1.5.2",
"description": "",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"keywords": [],
"author": "",
"license": "ISC",
"publishConfig": {
"access": "public"
},
"dependencies": {
"eventsource-parser": "^0.1.0",
"form-data": "^4.0.0",
"zod": "^3.20.2"
},
"devDependencies": {
"tsup": "^6.6.3",
"typescript": "^4.5.3",
"vitest": "^0.28.4",
"tsconfig": "0.0.0"
},
"scripts": {
"pbl": "npm publish --access public",
"build": "tsup src/index.ts --format cjs --dts --minify",
"dev": "tsup src/index.ts --format cjs --dts --watch",
"test": "vitest run",
"test:dev": "vitest dev"
}
}
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