
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
TypeScript client for Gigya API
npm install @gigya/api
# or
pnpm add @gigya/api
# or
yarn add @gigya/api
import { Gigya } from '@gigya/api'
const client = new Gigya({
BASE: 'https://your-api-endpoint.com'
})
// Use the client...
This package supports both tsc (TypeScript Compiler) and tsup (bundler) for building.
# Using tsc (default - recommended for type preservation)
npm run build
# Or using tsc explicitly
npm run build:tsc
# Or using tsup (alternative - faster builds with bundling)
npm run build:tsup
# Clean build artifacts
npm run clean
Before publishing, make sure to:
package.json# Dry run to see what would be published
npm run publish:dry
# Publish as next tag (for beta/rc versions)
npm run publish:next
# Or publish as latest (for stable releases)
npm run publish:latest
The prepublishOnly hook will automatically clean and rebuild before publishing.
.js and .d.ts files with source mapsBoth methods produce production-ready code suitable for publishing to npm.
This package supports both ESM and CommonJS:
// ESM
import { Gigya } from '@gigya/api'
// CommonJS
const { Gigya } = require('@gigya/api')
MIT
FAQs
Gigya API TypeScript Client
We found that @gigya/api demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.