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

notion-astro-loader

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

notion-astro-loader - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

dist/database-properties.d.ts

17

package.json
{
"name": "notion-astro-loader",
"description": "Notion loader for the experimental Astro Content Layer API. It allows you to load pages from a Notion database then render them as pages in a collection.",
"type": "module",

@@ -26,3 +27,3 @@ "exports": {

},
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",

@@ -49,3 +50,3 @@ "engines": {

"astro": "^4.14.2",
"tsup": "^8.2.4",
"crossrm": "^1.0.0",
"typescript": "^5.5.4",

@@ -55,3 +56,3 @@ "vitest": "^2.0.5"

"scripts": {
"clean": "node -e \"fs.rmSync('./dist', { recursive: true, force: true })\"",
"clean": "crossrm dist tsconfig.tsbuildinfo",
"build": "tsc --build",

@@ -62,2 +63,12 @@ "build:watch": "tsc --watch",

},
"files": [
"dist",
"src"
],
"bugs": {
"url": "https://github.com/NotWoods/travel/issues",
"email": "contact@tigeroakes.com"
},
"homepage": "https://github.com/NotWoods/travel/tree/main/packages/notion-astro-loader#readme",
"repository": "github:NotWoods/travel",
"keywords": [

@@ -64,0 +75,0 @@ "astro-loader",

tsconfig.json
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