New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

contentlayer-source-notion

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

contentlayer-source-notion - npm Package Compare versions

Comparing version 0.0.1-alpha.7 to 0.0.1-alpha.8

2

dist/schema/provideDocumentTypeDef.js

@@ -25,5 +25,5 @@ import * as tracing_1 from "@effect-ts/core/Tracing";

],
computedFields: databaseTypeDef.computedFields,
computedFields: databaseTypeDef.computedFields ?? [],
extensions: {},
}), fileName_1 + ":30:14")), fileName_1 + ":27:12")));
//# sourceMappingURL=provideDocumentTypeDef.js.map
{
"name": "contentlayer-source-notion",
"version": "0.0.1-alpha.7",
"version": "0.0.1-alpha.8",
"type": "module",

@@ -5,0 +5,0 @@ "exports": "./dist/index.js",

@@ -51,3 +51,3 @@ import type * as core from '@contentlayer/core'

] as FieldDef[], // TODO : Find a more beautiful way
computedFields: databaseTypeDef.computedFields,
computedFields: databaseTypeDef.computedFields ?? [],
extensions: {},

@@ -54,0 +54,0 @@ } as core.DocumentTypeDef),

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