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.6.0-staging.1 to 0.6.0-staging.2

2

dist/config.d.ts

@@ -77,3 +77,3 @@ import type { ContentSourceInterface, User } from './content-source';

onDocumentDelete?: (options: OnDocumentDeleteOptions) => ReturnType<ContentSourceInterface['deleteDocument']>;
onPublishDocuments?: (options: OnDocumentsPublishOptions) => ReturnType<ContentSourceInterface['publishDocuments']>;
onDocumentsPublish?: (options: OnDocumentsPublishOptions) => ReturnType<ContentSourceInterface['publishDocuments']>;
/** @deprecated */

@@ -80,0 +80,0 @@ models?: NamelessModelMap;

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

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

},
"gitHead": "59a544065749135aa992d5f9d39c88b14c3383dd"
"gitHead": "60e6e0a615fae760d13ff21ec59616eb5bed0430"
}

@@ -85,3 +85,3 @@ import type { ContentSourceInterface, User } from './content-source';

onDocumentDelete?: (options: OnDocumentDeleteOptions) => ReturnType<ContentSourceInterface['deleteDocument']>;
onPublishDocuments?: (options: OnDocumentsPublishOptions) => ReturnType<ContentSourceInterface['publishDocuments']>;
onDocumentsPublish?: (options: OnDocumentsPublishOptions) => ReturnType<ContentSourceInterface['publishDocuments']>;

@@ -88,0 +88,0 @@ /** @deprecated */

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