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.11 to 0.0.1-alpha.12

3

dist/mapping/field-files.js

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

of: { type: 'string' },
default: [],
}, fileName_1 + ":7:14"),
getFieldData: ({ propertyData }) => T.succeed(propertyData.map((file) => ('file' in file ? file.file.url : file.external.url)), fileName_1 + ":12:14"),
getFieldData: ({ propertyData }) => T.succeed(propertyData.map((file) => ('file' in file ? file.file.url : file.external.url)), fileName_1 + ":13:14"),
};
//# sourceMappingURL=field-files.js.map
{
"name": "contentlayer-source-notion",
"version": "0.0.1-alpha.11",
"version": "0.0.1-alpha.12",
"type": "module",

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

@@ -10,2 +10,3 @@ import { T } from '@contentlayer/utils/effect'

of: { type: 'string' },
default: [],
}),

@@ -12,0 +13,0 @@ getFieldData: ({ propertyData }) =>

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