Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vue-macros/export-expose

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue-macros/export-expose - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

1

dist/api.js

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

exports.transformExportExpose = _chunkP5VQ57IEjs.transformExportExpose;
exports.default = module.exports;

2

dist/esbuild.d.ts

@@ -7,2 +7,2 @@ import * as esbuild from 'esbuild';

export { _default as default };
export = _default;

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

module.exports = esbuild_default;
exports.default = module.exports;
exports.default = esbuild_default;
module.exports = exports.default

@@ -7,2 +7,2 @@ import * as rollup from 'rollup';

export { _default as default };
export = _default;

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

module.exports = rollup_default;
exports.default = module.exports;
exports.default = rollup_default;
module.exports = exports.default

@@ -7,2 +7,2 @@ import * as vite from 'vite';

export { _default as default };
export = _default;

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

module.exports = vite_default;
exports.default = module.exports;
exports.default = vite_default;
module.exports = exports.default

@@ -7,2 +7,2 @@ import * as webpack from 'webpack';

export { _default as default };
export = _default;

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

module.exports = webpack_default;
exports.default = module.exports;
exports.default = webpack_default;
module.exports = exports.default
{
"name": "@vue-macros/export-expose",
"version": "0.0.8",
"version": "0.0.9",
"packageManager": "pnpm@8.6.11",

@@ -107,3 +107,3 @@ "description": "export-expose feature from Vue Macros.",

"unplugin": "^1.4.0",
"@vue-macros/common": "1.6.1"
"@vue-macros/common": "1.6.2"
},

@@ -117,5 +117,5 @@ "devDependencies": {

"scripts": {
"build": "tsup && tsx ../../scripts/postbuild.ts",
"build": "tsup",
"dev": "DEV=true tsup"
}
}
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