Socket
Socket
Sign inDemoInstall

@magidoc/plugin-starter-variables

Package Overview
Dependencies
Maintainers
1
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@magidoc/plugin-starter-variables - npm Package Compare versions

Comparing version 3.1.0 to 3.2.1

./build/index.js

1

build/variables/templates.d.ts

@@ -8,2 +8,3 @@ export type Page = {

href: string;
position?: 'header' | 'navigation';
kind?: string;

@@ -10,0 +11,0 @@ group?: string;

@@ -30,2 +30,5 @@ import { stringConverter } from './converters/string.js';

href: zod.string().min(1),
position: zod
.union([zod.literal('header'), zod.literal('navigation')])
.optional(),
kind: zod.string().min(1).optional(),

@@ -32,0 +35,0 @@ group: zod.string().min(1).optional(),

10

package.json

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

"private": false,
"version": "3.1.0",
"version": "3.2.1",
"type": "module",

@@ -25,9 +25,9 @@ "license": "MIT",

"@types/node": "^18.11.18",
"@vitest/coverage-c8": "^0.27.3",
"@vitest/coverage-c8": "^0.28.3",
"lodash": "^4.17.21",
"rollup": "^3.10.1",
"tslib": "^2.4.1",
"rollup": "^3.12.0",
"tslib": "^2.5.0",
"typescript": "^4.9.4",
"vite": "^4.0.4",
"vitest": "^0.27.3"
"vitest": "^0.28.3"
},

@@ -34,0 +34,0 @@ "optionalDependencies": {

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