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
499
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.0.4 to 0.0.5

lib/seam/connect/index.d.ts

1

lib/index.d.ts

@@ -0,2 +1,3 @@

export * from './seam/index.js';
export { todo as default } from './todo.js';
export { todo } from './todo.js';

@@ -0,3 +1,4 @@

export * from './seam/index.js';
export { todo as default } from './todo.js';
export { todo } from './todo.js';
//# sourceMappingURL=index.js.map
{
"name": "@seamapi/types",
"version": "0.0.4",
"version": "0.0.5",
"description": "TypeScript types for the Seam API.",

@@ -60,2 +60,10 @@ "type": "module",

},
"peerDependencies": {
"zod": "^3.21.4"
},
"peerDependenciesMeta": {
"zod": {
"optional": true
}
},
"devDependencies": {

@@ -76,4 +84,5 @@ "@types/node": "^18.11.18",

"tsx": "^3.12.1",
"typescript": "^5.0.2"
"typescript": "^5.0.2",
"zod": "^3.21.4"
}
}

@@ -0,2 +1,3 @@

export * from './seam/index.js'
export { todo as default } from './todo.js'
export { todo } from './todo.js'

Sorry, the diff of this file is not supported yet

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