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.6.2 to 2.7.0

2

build/commands/dev/index.js

@@ -62,3 +62,3 @@ import { templates } from '@magidoc/plugin-starter-variables';

printSeparator();
printInfo(`Server listening on ${cyan(`http://localhost:${config.port}${String(root || '')}`)}`);
printInfo(`Server listening on ${cyan(`http://127.0.0.1:${config.port}${String(root || '')}`)}`);
}, 500);

@@ -65,0 +65,0 @@ }

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

"private": false,
"version": "2.6.2",
"version": "2.7.0",
"type": "module",

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

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

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

@@ -87,3 +87,3 @@ import { templates } from '@magidoc/plugin-starter-variables'

`Server listening on ${cyan(
`http://localhost:${config.port}${String(root || '')}`,
`http://127.0.0.1:${config.port}${String(root || '')}`,
)}`,

@@ -90,0 +90,0 @@ )

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