Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@magidoc/cli

Package Overview
Dependencies
Maintainers
1
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@magidoc/cli - npm Package Compare versions

Comparing version 2.13.1 to 2.14.0

build/utils/pages.d.ts

1

build/index.d.ts
#! /usr/bin/env node
import type { MagidocConfiguration } from './config/types';
export type { MagidocConfiguration };
export { loadMarkdownPagesTree } from './utils/pages';

@@ -8,2 +8,3 @@ #! /usr/bin/env node

import buildDevCommand from './commands/dev/command.js';
export { loadMarkdownPagesTree } from './utils/pages.js';

@@ -10,0 +11,0 @@ const version = getVersion();

8

package.json

@@ -5,3 +5,3 @@ {

"private": false,
"version": "2.13.1",
"version": "2.14.0",
"type": "module",

@@ -26,5 +26,5 @@ "license": "MIT",

"dependencies": {
"@magidoc/plugin-starter-variables": "^2.13.1",
"@magidoc/rollup-plugin-fetch-gql-schema": "^2.13.1",
"@magidoc/rollup-plugin-parse-gql-schema": "^2.13.1",
"@magidoc/plugin-starter-variables": "^2.14.0",
"@magidoc/rollup-plugin-fetch-gql-schema": "^2.14.0",
"@magidoc/rollup-plugin-parse-gql-schema": "^2.14.0",
"axios": "^0.27.2",

@@ -31,0 +31,0 @@ "chokidar": "^3.5.3",

@@ -27,1 +27,2 @@ #! /usr/bin/env node

export type { MagidocConfiguration }
export { loadMarkdownPagesTree } from './utils/pages'

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