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 4.0.0 to 4.1.0

6

build/commands/dev/index.js

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

};
await executeAllTasks([copyStaticAssetsTask(newDevConfig), writeEnvFileTask(newDevConfig)], {
await executeAllTasks([
loadGraphQLSchemaTask(newDevConfig),
copyStaticAssetsTask(newDevConfig),
writeEnvFileTask(newDevConfig),
], {
ctx,

@@ -59,0 +63,0 @@ silent: true,

20

package.json

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

"private": false,
"version": "4.0.0",
"version": "4.1.0",
"type": "module",

@@ -28,3 +28,3 @@ "license": "MIT",

"chokidar": "^3.5.3",
"commander": "^10.0.1",
"commander": "^11.0.0",
"extract-zip": "^2.0.1",

@@ -36,4 +36,4 @@ "fs-extra": "^11.1.1",

"zod": "^3.21.4",
"@magidoc/plugin-starter-variables": "^4.0.0",
"@magidoc/rollup-plugin-gql-schema": "^4.0.0"
"@magidoc/plugin-starter-variables": "^4.1.0",
"@magidoc/rollup-plugin-gql-schema": "^4.1.0"
},

@@ -44,9 +44,9 @@ "devDependencies": {

"@types/lodash": "^4.14.194",
"@types/node": "^20.2.1",
"@types/node": "^20.4.5",
"@vitest/coverage-c8": "^0.31.1",
"rollup": "^3.22.0",
"rollup-plugin-preserve-shebang": "^1.0.1",
"tslib": "^2.5.2",
"typescript": "^5.0.4",
"vite": "^4.3.8",
"tslib": "^2.6.1",
"typescript": "^5.1.6",
"vite": "^4.4.7",
"vitest": "^0.31.1"

@@ -61,4 +61,4 @@ },

"scripts": {
"start": "pnpm build:rollup && pnpm run",
"run": "node build/index.js",
"start": "pnpm build:rollup && pnpm execute",
"execute": "node build/index.js",
"build": "run-p build:*",

@@ -65,0 +65,0 @@ "build:rollup": "rollup -c",

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