Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@interval/sdk

Package Overview
Dependencies
Maintainers
3
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@interval/sdk - npm Package Compare versions

Comparing version 1.4.2 to 1.4.3

1

dist/index.d.ts

@@ -34,2 +34,3 @@ import Routes from './classes/Routes';

onError?: IntervalErrorHandler;
verboseMessageLogs?: boolean;
getClientHandlers?: () => DuplexRPCHandlers<ClientSchema> | undefined;

@@ -36,0 +37,0 @@ setHostHandlers?: (handlers: DuplexRPCHandlers<HostSchema>) => void;

2

dist/internalRpcSchema.js

@@ -230,3 +230,3 @@ "use strict";

inputs: zod_1.z.object({
pageKey: zod_1.z.string().optional(),
pageKey: zod_1.z.string(),
pageSlug: zod_1.z.string(),

@@ -233,0 +233,0 @@ actionMode: exports.actionMode,

{
"name": "@interval/sdk",
"version": "1.4.2",
"version": "1.4.3",
"description": "The frontendless framework for high growth companies. Interval automatically generates apps by inlining the UI in your backend code. It's a faster and more maintainable way to build internal tools, rapid prototypes, and more.",

@@ -5,0 +5,0 @@ "homepage": "https://interval.com",

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

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