New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

seam

Package Overview
Dependencies
Maintainers
0
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

seam - npm Package Compare versions

Comparing version 1.31.0 to 1.32.0

8

package.json
{
"name": "seam",
"version": "1.31.0",
"version": "1.32.0",
"description": "JavaScript SDK for the Seam API written in TypeScript.",

@@ -68,5 +68,5 @@ "type": "module",

"dependencies": {
"@seamapi/http": "1.11.1",
"@seamapi/types": "1.264.2",
"@seamapi/webhook": "1.1.0",
"@seamapi/http": "1.13.0",
"@seamapi/types": "1.287.1",
"@seamapi/webhook": "1.1.1",
"zod": "^3.21.4"

@@ -73,0 +73,0 @@ },

@@ -445,7 +445,12 @@ # Seam JavaScript SDK

First, create a webhook using the Seam API or Seam Console
and obtain a Seam webhook secret.
The Seam API implements webhooks using [Svix](https://www.svix.com).
This SDK exports a thin wrapper `SeamWebhook` around the svix package.
Use it to parse and validate [Seam webhook events](https://docs.seam.co/latest/developer-tools/webhooks).
Refer to the [Svix docs on Consuming Webhooks](https://docs.svix.com/receiving/introduction)
for an in-depth guide on best-practices for handling webhooks in your application.
> [!TIP]
> This example is for [Express], see the [Svix docs for more examples in specific frameworks](https://docs.svix.com/receiving/verifying-payloads/how).
> This example is for [Express](https://expressjs.com/),
> see the [Svix docs for more examples in specific frameworks](https://docs.svix.com/receiving/verifying-payloads/how).

@@ -492,4 +497,2 @@ ```js

[Express]: https://expressjs.com/
## Development and Testing

@@ -496,0 +499,0 @@

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