Socket
Socket
Sign inDemoInstall

markedpage

Package Overview
Dependencies
8
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.13-next.2 to 0.1.13-next.3

dist/helper.js

14

package.json
{
"version": "0.1.13-next.2",
"version": "0.1.13-next.3",
"name": "markedpage",
"type": "module",
"description": "Markdown source provider & classification utilities",
"main": "dist/index.js",
"module": "dist/index.mjs",
"helper": "dist/helper.mjs",
"files": [
"dist/*"
"dist"
],
"exports": {
"./package.json": "./package.json",
".": {
"import": "./dist/index.mjs",
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./helper": {
"import": "./dist/helper.mjs",
"import": "./dist/helper.js",
"types": "./dist/helper.d.ts"

@@ -51,3 +50,2 @@ }

},
"type": "module",
"license": "MIT",

@@ -54,0 +52,0 @@ "author": "Saweima <saweima12@gmail.com>",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc