Socket
Socket
Sign inDemoInstall

@stackbit/types

Package Overview
Dependencies
Maintainers
0
Versions
291
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 2.0.6-staging.1 to 2.0.6

5

dist/content-source.d.ts

@@ -733,3 +733,3 @@ /// <reference types="node" />

changes: {
status: DocumentStatus;
status: Extract<DocumentStatus, 'modified' | 'added' | 'deleted'>;
filePath: string;

@@ -749,2 +749,5 @@ fromFilePath?: string;

getRepoDir(): string;
setRepoUrl(repoUrl: string): void;
setRepoBranch(repoBranch: string): void;
setRepoPublishBranch(publishBranch: string): void;
commitAndPush: (author: GitAuthor, files: GitFileCommitDescriptor[]) => Promise<void>;

@@ -751,0 +754,0 @@ publish(author: GitAuthor, filePaths?: string[]): Promise<void>;

4

package.json
{
"name": "@stackbit/types",
"version": "2.0.6-staging.1",
"version": "2.0.6",
"description": "Types for Stackbit config and Content Source Interface",

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

"homepage": "https://github.com/stackbit/stackbit#readme",
"gitHead": "145489617204ee0c35f6b1d6e0f1e412dcaa921b"
"gitHead": "d4fde9d7e7fe29007bf584b3ca847f9542ccc0cd"
}

@@ -749,3 +749,3 @@ import type { ChildProcessWithoutNullStreams } from 'child_process';

changes: {
status: DocumentStatus;
status: Extract<DocumentStatus, 'modified' | 'added' | 'deleted'>;
filePath: string;

@@ -765,2 +765,5 @@ fromFilePath?: string;

getRepoDir(): string;
setRepoUrl(repoUrl: string): void;
setRepoBranch(repoBranch: string): void;
setRepoPublishBranch(publishBranch: string): void;
commitAndPush: (author: GitAuthor, files: GitFileCommitDescriptor[]) => Promise<void>;

@@ -767,0 +770,0 @@ publish(author: GitAuthor, filePaths?: string[]): Promise<void>;

Sorry, the diff of this file is not supported yet

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