Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

markdown2notion

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

markdown2notion - npm Package Compare versions

Comparing version
1.2.0
to
1.2.1
+4
-4
package.json
{
"name": "markdown2notion",
"version": "1.2.0",
"version": "1.2.1",
"description": "Convert markdown files to notion database. The folder structure is also fully represented as tags in notion.",

@@ -35,4 +35,3 @@ "author": "Rujuu",

"chalk": "4",
"gray-matter": "^4.0.3",
"typescript": "*"
"gray-matter": "^4.0.3"
},

@@ -52,4 +51,5 @@ "devDependencies": {

"jest": "^29.7.0",
"ts-jest": "^29.1.2"
"ts-jest": "^29.1.2",
"typescript": "^5.4.5"
}
}