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.3 to 0.1.13-next.4

12

dist/index.d.ts

@@ -35,8 +35,2 @@ import { Plugin } from 'vite';

interface DirectoryClassifierResult {
pages: Array<SourcePage>;
}
declare type FrontMatterClassifierResult = Record<string, Array<SourcePage>>;
/**

@@ -81,2 +75,8 @@ * Get siteConfig

interface DirectoryClassifierResult {
pages: Array<SourcePage>;
}
declare type FrontMatterClassifierResult = Record<string, Array<SourcePage>>;
export { ClassifierHandle, ClassifierOptions, DirectoryClassifierResult, FrontMatterClassifierResult, PageMapCollection, SourcePage, classifiedSet, getPage, markedpageVitePlugin, pathMap, siteConfig, slugMap };
{
"version": "0.1.13-next.3",
"version": "0.1.13-next.4",
"name": "markedpage",

@@ -9,2 +9,3 @@ "type": "module",

],
"types": "./dist/index.d.ts",
"exports": {

@@ -34,6 +35,6 @@ "./package.json": "./package.json",

"changeset": "^0.2.6",
"rimraf": "^3.0.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"rollup": "^2.78.0",

@@ -40,0 +41,0 @@ "rollup-plugin-dts": "^4.2.2",

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