Socket
Socket
Sign inDemoInstall

@stackbit/types

Package Overview
Dependencies
Maintainers
13
Versions
293
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stackbit/types - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

6

dist/content-source.d.ts

@@ -27,2 +27,6 @@ /// <reference types="node" />

reset(): Promise<void>;
onWebhook?(data: {
data: unknown;
headers: Record<string, string>;
}): void;
onFilesChange?({ updatedFiles }: {

@@ -110,2 +114,4 @@ updatedFiles: string[];

localDev: boolean;
webhookUrl?: string;
devAppRestartNeeded?: () => void;
}

@@ -112,0 +118,0 @@ export declare type UserCommandSpawner = (options: SpawnUserCommandOptions) => ChildProcessWithoutNullStreams;

4

package.json
{
"name": "@stackbit/types",
"version": "0.1.2",
"version": "0.1.3",
"description": "Types for Stackbit config and Content Source Interface",

@@ -42,3 +42,3 @@ "main": "dist/index.js",

},
"gitHead": "2203d461fc993c55b186013c4030975a2b987ce9"
"gitHead": "88cad3911fc80f3241d96daea898c0bea69d59ce"
}

@@ -32,2 +32,7 @@ import type { ChildProcessWithoutNullStreams } from 'child_process';

onWebhook?(data: {
data: unknown;
headers: Record<string, string>;
}): void;
onFilesChange?({

@@ -112,2 +117,4 @@ updatedFiles

localDev: boolean;
webhookUrl?: string;
devAppRestartNeeded?: () => void;
}

@@ -114,0 +121,0 @@

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