New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vue-macros/named-template

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue-macros/named-template - npm Package Compare versions

Comparing version

to
0.4.6

dist/chunk-3JCYISGA.js

16

dist/api.d.ts

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

import { MagicStringAST } from '@vue-macros/common';
import { MagicStringAST, CodeTransform } from '@vue-macros/common';
import { ElementNode, NodeTransform, RootNode } from '@vue/compiler-dom';
import { T as TemplateContent, C as CustomBlocks } from './index-Ccebqmdc.js';
export { M as MAIN_TEMPLATE, Q as QUERY_NAMED_TEMPLATE, a as QUERY_TEMPLATE, b as QUERY_TEMPLATE_MAIN } from './index-Ccebqmdc.js';
import { Program } from '@babel/types';
import { T as TemplateContent, C as CustomBlocks } from './index-BOiO08lp.js';
export { M as MAIN_TEMPLATE, Q as QUERY_NAMED_TEMPLATE, a as QUERY_TEMPLATE, b as QUERY_TEMPLATE_MAIN } from './index-BOiO08lp.js';
import 'unplugin';

@@ -28,6 +28,3 @@

declare function transformTemplateIs(s: MagicStringAST): NodeTransform;
declare function preTransform(code: string, id: string, templateContent: TemplateContent): {
code: string;
map: any;
} | undefined;
declare function preTransform(code: string, id: string, templateContent: TemplateContent): CodeTransform | undefined;
declare function preTransformMainTemplate({ s, root, node, id, templateContent, }: {

@@ -40,8 +37,5 @@ s: MagicStringAST;

}): void;
declare function postTransform(code: string, id: string, customBlocks: CustomBlocks): {
code: string;
map: any;
} | undefined;
declare function postTransform(code: string, id: string, customBlocks: CustomBlocks): CodeTransform | undefined;
declare function postTransformMainEntry(program: Program, id: string, customBlocks: CustomBlocks): void;
export { type VueQuery, getChildrenLocation, parseVueRequest, postTransform, postTransformMainEntry, preTransform, preTransformMainTemplate, transformTemplateIs };

@@ -13,3 +13,3 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true});

var _chunkJ2UUQGFOjs = require('./chunk-J2UUQGFO.js');
var _chunk3JCYISGAjs = require('./chunk-3JCYISGA.js');

@@ -27,2 +27,2 @@

exports.MAIN_TEMPLATE = _chunkJ2UUQGFOjs.MAIN_TEMPLATE; exports.QUERY_NAMED_TEMPLATE = _chunkJ2UUQGFOjs.QUERY_NAMED_TEMPLATE; exports.QUERY_TEMPLATE = _chunkJ2UUQGFOjs.QUERY_TEMPLATE; exports.QUERY_TEMPLATE_MAIN = _chunkJ2UUQGFOjs.QUERY_TEMPLATE_MAIN; exports.getChildrenLocation = _chunkJ2UUQGFOjs.getChildrenLocation; exports.parseVueRequest = _chunkJ2UUQGFOjs.parseVueRequest; exports.postTransform = _chunkJ2UUQGFOjs.postTransform; exports.postTransformMainEntry = _chunkJ2UUQGFOjs.postTransformMainEntry; exports.preTransform = _chunkJ2UUQGFOjs.preTransform; exports.preTransformMainTemplate = _chunkJ2UUQGFOjs.preTransformMainTemplate; exports.transformTemplateIs = _chunkJ2UUQGFOjs.transformTemplateIs;
exports.MAIN_TEMPLATE = _chunk3JCYISGAjs.MAIN_TEMPLATE; exports.QUERY_NAMED_TEMPLATE = _chunk3JCYISGAjs.QUERY_NAMED_TEMPLATE; exports.QUERY_TEMPLATE = _chunk3JCYISGAjs.QUERY_TEMPLATE; exports.QUERY_TEMPLATE_MAIN = _chunk3JCYISGAjs.QUERY_TEMPLATE_MAIN; exports.getChildrenLocation = _chunk3JCYISGAjs.getChildrenLocation; exports.parseVueRequest = _chunk3JCYISGAjs.parseVueRequest; exports.postTransform = _chunk3JCYISGAjs.postTransform; exports.postTransformMainEntry = _chunk3JCYISGAjs.postTransformMainEntry; exports.preTransform = _chunk3JCYISGAjs.preTransform; exports.preTransformMainTemplate = _chunk3JCYISGAjs.preTransformMainTemplate; exports.transformTemplateIs = _chunk3JCYISGAjs.transformTemplateIs;

@@ -1,7 +0,7 @@

import * as esbuild from 'esbuild';
import { B as BaseOptions } from './index.d-DRlJda0d.js';
import '@rollup/pluginutils';
import { p as plugin } from './index-Ccebqmdc.js';
import '@vue-macros/common';
import 'unplugin';
declare const _default: (options?: BaseOptions | undefined) => esbuild.Plugin;
declare const _default: typeof plugin.esbuild;
export = _default;
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunkSN7PC5U2js = require('./chunk-SN7PC5U2.js');
require('./chunk-J2UUQGFO.js');
var _chunkLJFU2FPDjs = require('./chunk-LJFU2FPD.js');
require('./chunk-3JCYISGA.js');
// src/esbuild.ts
var esbuild_default = _chunkSN7PC5U2js.src_default.esbuild;
var esbuild_default = _chunkLJFU2FPDjs.src_default.esbuild;

@@ -9,0 +9,0 @@

@@ -0,3 +1,3 @@

import '@vue-macros/common';
import 'unplugin';
import '@vue-macros/common';
export { C as CustomBlocks, O as Options, c as OptionsResolved, d as PostPlugin, P as PrePlugin, T as TemplateContent, p as default } from './index-BOiO08lp.js';
export { C as CustomBlocks, O as Options, c as OptionsResolved, d as PostPlugin, P as PrePlugin, T as TemplateContent, p as default } from './index-Ccebqmdc.js';

@@ -5,4 +5,4 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true});

var _chunkSN7PC5U2js = require('./chunk-SN7PC5U2.js');
require('./chunk-J2UUQGFO.js');
var _chunkLJFU2FPDjs = require('./chunk-LJFU2FPD.js');
require('./chunk-3JCYISGA.js');

@@ -12,2 +12,2 @@

exports.PostPlugin = _chunkSN7PC5U2js.PostPlugin; exports.PrePlugin = _chunkSN7PC5U2js.PrePlugin; exports.default = _chunkSN7PC5U2js.src_default;
exports.PostPlugin = _chunkLJFU2FPDjs.PostPlugin; exports.PrePlugin = _chunkLJFU2FPDjs.PrePlugin; exports.default = _chunkLJFU2FPDjs.src_default;

@@ -1,7 +0,7 @@

import * as rollup from 'rollup';
import { B as BaseOptions } from './index.d-DRlJda0d.js';
import '@rollup/pluginutils';
import { p as plugin } from './index-Ccebqmdc.js';
import '@vue-macros/common';
import 'unplugin';
declare const _default: (options?: BaseOptions | undefined) => rollup.Plugin<any>[];
declare const _default: typeof plugin.rollup;
export = _default;
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunkSN7PC5U2js = require('./chunk-SN7PC5U2.js');
require('./chunk-J2UUQGFO.js');
var _chunkLJFU2FPDjs = require('./chunk-LJFU2FPD.js');
require('./chunk-3JCYISGA.js');
// src/rollup.ts
var rollup_default = _chunkSN7PC5U2js.src_default.rollup;
var rollup_default = _chunkLJFU2FPDjs.src_default.rollup;

@@ -9,0 +9,0 @@

@@ -1,7 +0,7 @@

import * as vite from 'vite';
import { B as BaseOptions } from './index.d-DRlJda0d.js';
import '@rollup/pluginutils';
import { p as plugin } from './index-Ccebqmdc.js';
import '@vue-macros/common';
import 'unplugin';
declare const _default: (options?: BaseOptions | undefined) => vite.Plugin<any>[];
declare const _default: typeof plugin.vite;
export = _default;
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunkSN7PC5U2js = require('./chunk-SN7PC5U2.js');
require('./chunk-J2UUQGFO.js');
var _chunkLJFU2FPDjs = require('./chunk-LJFU2FPD.js');
require('./chunk-3JCYISGA.js');
// src/vite.ts
var vite_default = _chunkSN7PC5U2js.src_default.vite;
var vite_default = _chunkLJFU2FPDjs.src_default.vite;

@@ -9,0 +9,0 @@

@@ -1,7 +0,7 @@

import * as webpack from 'webpack';
import { B as BaseOptions } from './index.d-DRlJda0d.js';
import '@rollup/pluginutils';
import { p as plugin } from './index-Ccebqmdc.js';
import '@vue-macros/common';
import 'unplugin';
declare const _default: (options?: BaseOptions | undefined) => webpack.WebpackPluginInstance;
declare const _default: typeof plugin.webpack;
export = _default;
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunkSN7PC5U2js = require('./chunk-SN7PC5U2.js');
require('./chunk-J2UUQGFO.js');
var _chunkLJFU2FPDjs = require('./chunk-LJFU2FPD.js');
require('./chunk-3JCYISGA.js');
// src/webpack.ts
var webpack_default = _chunkSN7PC5U2js.src_default.webpack;
var webpack_default = _chunkLJFU2FPDjs.src_default.webpack;

@@ -9,0 +9,0 @@

{
"name": "@vue-macros/named-template",
"version": "0.4.5",
"version": "0.4.6",
"description": "named-template feature from Vue Macros.",
"type": "commonjs",
"keywords": [

@@ -63,6 +64,3 @@ "vue-macros",

},
"./*": [
"./*",
"./*.d.ts"
]
"./*": "./*"
},

@@ -78,8 +76,8 @@ "typesVersions": {

"dependencies": {
"@vue/compiler-dom": "^3.4.27",
"unplugin": "^1.10.1",
"@vue-macros/common": "1.10.4"
"@vue/compiler-dom": "^3.4.33",
"unplugin": "^1.11.0",
"@vue-macros/common": "1.11.0"
},
"devDependencies": {
"vue": "^3.4.27"
"vue": "^3.4.33"
},

@@ -86,0 +84,0 @@ "engines": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet