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

@seamapi/types

Package Overview
Dependencies
Maintainers
6
Versions
503
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@seamapi/types - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

package.json
{
"name": "@seamapi/types",
"version": "0.2.0",
"version": "0.2.1",
"description": "TypeScript types for the Seam API.",

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

@@ -720,4 +720,6 @@ export interface Routes {

route: '/connected_accounts/get'
method: 'GET'
queryParams:
method: 'GET' | 'POST'
queryParams: {}
jsonBody: {}
commonParams:
| {

@@ -729,4 +731,2 @@ connected_account_id: string

}
jsonBody: {}
commonParams: {}
formData: {}

@@ -757,3 +757,3 @@ jsonResponse: {

route: '/connected_accounts/list'
method: 'GET'
method: 'GET' | 'POST'
queryParams: {}

@@ -760,0 +760,0 @@ jsonBody: {}

Sorry, the diff of this file is too big to display

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