Socket
Socket
Sign inDemoInstall

@stackbit/types

Package Overview
Dependencies
Maintainers
12
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 0.1.11-gitcms.1 to 0.1.11-gitcms.2

3

dist/content-source.d.ts

@@ -138,2 +138,5 @@ /// <reference types="node" />

export interface GitServiceInterface {
getRepoUrl(): string;
getRepoBranch(): string;
getRepoPublishBranch(): string;
commitAndPush: (author: GitAuthor, files: GitFileCommitDescriptor[]) => Promise<void>;

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

4

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

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

},
"gitHead": "cc44b1cce7680963b37e751cea5adf24627af1a7"
"gitHead": "92fb67e8996341ece2626cd275a4e9494c6db34d"
}

@@ -134,2 +134,5 @@ import type { ChildProcessWithoutNullStreams } from 'child_process';

export interface GitServiceInterface {
getRepoUrl(): string;
getRepoBranch(): string;
getRepoPublishBranch(): string;
commitAndPush: (author: GitAuthor, files: GitFileCommitDescriptor[]) => Promise<void>;

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

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