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

@vue-macros/setup-component

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue-macros/setup-component - npm Package Compare versions

Comparing version 0.16.8 to 0.16.9

dist/chunk-HKVDURPL.js

4

dist/api.js

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

var _chunk4PQK4PHQjs = require('./chunk-4PQK4PHQ.js');
var _chunkR6XHVTXIjs = require('./chunk-R6XHVTXI.js');

@@ -29,3 +29,3 @@

exports.SETUP_COMPONENT_ID_REGEX = _chunk4PQK4PHQjs.SETUP_COMPONENT_ID_REGEX; exports.SETUP_COMPONENT_ID_SUFFIX = _chunk4PQK4PHQjs.SETUP_COMPONENT_ID_SUFFIX; exports.SETUP_COMPONENT_SUB_MODULE = _chunk4PQK4PHQjs.SETUP_COMPONENT_SUB_MODULE; exports.SETUP_COMPONENT_TYPE = _chunk4PQK4PHQjs.SETUP_COMPONENT_TYPE; exports.getMainModule = _chunk4PQK4PHQjs.getMainModule; exports.getScopeDecls = _chunk4PQK4PHQjs.getScopeDecls; exports.hotUpdateSetupComponent = _chunk4PQK4PHQjs.hotUpdateSetupComponent; exports.isSubModule = _chunk4PQK4PHQjs.isSubModule; exports.loadSetupComponent = _chunk4PQK4PHQjs.loadSetupComponent; exports.scanSetupComponent = _chunk4PQK4PHQjs.scanSetupComponent; exports.transformPost = _chunk4PQK4PHQjs.transformPost; exports.transformSetupComponent = _chunk4PQK4PHQjs.transformSetupComponent;
exports.SETUP_COMPONENT_ID_REGEX = _chunkR6XHVTXIjs.SETUP_COMPONENT_ID_REGEX; exports.SETUP_COMPONENT_ID_SUFFIX = _chunkR6XHVTXIjs.SETUP_COMPONENT_ID_SUFFIX; exports.SETUP_COMPONENT_SUB_MODULE = _chunkR6XHVTXIjs.SETUP_COMPONENT_SUB_MODULE; exports.SETUP_COMPONENT_TYPE = _chunkR6XHVTXIjs.SETUP_COMPONENT_TYPE; exports.getMainModule = _chunkR6XHVTXIjs.getMainModule; exports.getScopeDecls = _chunkR6XHVTXIjs.getScopeDecls; exports.hotUpdateSetupComponent = _chunkR6XHVTXIjs.hotUpdateSetupComponent; exports.isSubModule = _chunkR6XHVTXIjs.isSubModule; exports.loadSetupComponent = _chunkR6XHVTXIjs.loadSetupComponent; exports.scanSetupComponent = _chunkR6XHVTXIjs.scanSetupComponent; exports.transformPost = _chunkR6XHVTXIjs.transformPost; exports.transformSetupComponent = _chunkR6XHVTXIjs.transformSetupComponent;
exports.default = module.exports;
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunkK5MVB2PEjs = require('./chunk-K5MVB2PE.js');
require('./chunk-4PQK4PHQ.js');
var _chunkHKVDURPLjs = require('./chunk-HKVDURPL.js');
require('./chunk-R6XHVTXI.js');
// src/esbuild.ts
var esbuild_default = _chunkK5MVB2PEjs.src_default.esbuild;
var esbuild_default = _chunkHKVDURPLjs.src_default.esbuild;

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

"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunkK5MVB2PEjs = require('./chunk-K5MVB2PE.js');
require('./chunk-4PQK4PHQ.js');
var _chunkHKVDURPLjs = require('./chunk-HKVDURPL.js');
require('./chunk-R6XHVTXI.js');
exports.default = _chunkK5MVB2PEjs.src_default;
exports.default = _chunkHKVDURPLjs.src_default;
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunkK5MVB2PEjs = require('./chunk-K5MVB2PE.js');
require('./chunk-4PQK4PHQ.js');
var _chunkHKVDURPLjs = require('./chunk-HKVDURPL.js');
require('./chunk-R6XHVTXI.js');
// src/rollup.ts
var rollup_default = _chunkK5MVB2PEjs.src_default.rollup;
var rollup_default = _chunkHKVDURPLjs.src_default.rollup;

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

"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunkK5MVB2PEjs = require('./chunk-K5MVB2PE.js');
require('./chunk-4PQK4PHQ.js');
var _chunkHKVDURPLjs = require('./chunk-HKVDURPL.js');
require('./chunk-R6XHVTXI.js');
// src/vite.ts
var vite_default = _chunkK5MVB2PEjs.src_default.vite;
var vite_default = _chunkHKVDURPLjs.src_default.vite;

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

"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunkK5MVB2PEjs = require('./chunk-K5MVB2PE.js');
require('./chunk-4PQK4PHQ.js');
var _chunkHKVDURPLjs = require('./chunk-HKVDURPL.js');
require('./chunk-R6XHVTXI.js');
// src/webpack.ts
var webpack_default = _chunkK5MVB2PEjs.src_default.webpack;
var webpack_default = _chunkHKVDURPLjs.src_default.webpack;

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

{
"name": "@vue-macros/setup-component",
"version": "0.16.8",
"packageManager": "pnpm@8.5.1",
"version": "0.16.9",
"packageManager": "pnpm@8.6.0",
"description": "setup-component feature from Vue Macros.",

@@ -87,6 +87,6 @@ "keywords": [

"unplugin": "^1.3.1",
"@vue-macros/common": "~1.3.3"
"@vue-macros/common": "~1.4.0"
},
"devDependencies": {
"rollup": "^3.23.0",
"rollup": "^3.23.1",
"vue": "^3.3.4"

@@ -98,5 +98,5 @@ },

"scripts": {
"build": "tsup && tsx ../../scripts/postbuild.mts",
"build": "tsup && tsx ../../scripts/postbuild.ts",
"dev": "DEV=true tsup"
}
}

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

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