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
1
Versions
120
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 1.3.11 to 1.3.12

.github/CODEOWNERS

2

dist/index.d.ts

@@ -74,2 +74,4 @@ import { Except } from 'type-fest';

submit_props: PaneSubmitProps;
/** Timestamp last time pane was changed in ISO8601 format */
last_updated_at: string;
};

@@ -76,0 +78,0 @@ declare type RedirectPane = Pane<"redirect_pane", {

2

package.json

@@ -6,3 +6,3 @@ {

},
"version": "1.3.11",
"version": "1.3.12",
"main": "dist/index.js",

@@ -9,0 +9,0 @@ "types": "dist/index.d.ts",

@@ -20,2 +20,4 @@ import { Except } from "type-fest"

submit_props: PaneSubmitProps
/** Timestamp last time pane was changed in ISO8601 format */
last_updated_at: string
}

@@ -22,0 +24,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