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 2.14.3 to 2.14.4

4

build/variables/templates.d.ts

@@ -1,6 +0,6 @@

export declare type Page = {
export type Page = {
title: string;
content: string | Page[];
};
export declare type ExternalLink = {
export type ExternalLink = {
label: string;

@@ -7,0 +7,0 @@ href: string;

@@ -5,3 +5,3 @@ import type { ZodType, ZodTypeDef } from 'zod';

}
export declare type Variable<T> = {
export type Variable<T> = {
name: string;

@@ -14,7 +14,7 @@ key: string;

};
export declare type ZodTypeProvider<T> = (zod: typeof import('zod')) => ZodType<T | undefined, ZodTypeDef, T | undefined>;
export declare type ZodVariable<T> = {
export type ZodTypeProvider<T> = (zod: typeof import('zod')) => ZodType<T | undefined, ZodTypeDef, T | undefined>;
export type ZodVariable<T> = {
type: ZodTypeProvider<T>;
};
export declare type Converter<T> = {
export type Converter<T> = {
convert: (target: unknown) => T | null;

@@ -21,0 +21,0 @@ asString: (value: T) => string;

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

"private": false,
"version": "2.14.3",
"version": "2.14.4",
"type": "module",

@@ -23,11 +23,11 @@ "license": "MIT",

"@rollup/plugin-typescript": "^9.0.2",
"@types/lodash": "^4.14.186",
"@types/node": "^18.11.7",
"@vitest/coverage-c8": "^0.24.3",
"@types/lodash": "^4.14.189",
"@types/node": "^18.11.9",
"@vitest/coverage-c8": "^0.25.2",
"lodash": "^4.17.21",
"rollup": "^3.2.3",
"tslib": "^2.4.0",
"typescript": "^4.8.4",
"vite": "^3.2.0",
"vitest": "^0.24.3"
"rollup": "^3.3.0",
"tslib": "^2.4.1",
"typescript": "^4.9.3",
"vite": "^3.2.4",
"vitest": "^0.25.2"
},

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

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