Socket
Socket
Sign inDemoInstall

unplugin

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unplugin - npm Package Compare versions

Comparing version 0.2.6 to 0.2.7

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [0.2.7](https://github.com/unjs/unplugin/compare/v0.2.6...v0.2.7) (2021-09-01)
### Bug Fixes
* use default export for `unpath`, close [#10](https://github.com/unjs/unplugin/issues/10) ([5a3645a](https://github.com/unjs/unplugin/commit/5a3645ac25ebf0cb26ac75adbd567e53c57e9fe5))
### [0.2.6](https://github.com/unjs/unplugin/compare/v0.2.5...v0.2.6) (2021-08-31)

@@ -7,0 +14,0 @@

8

dist/index.js

@@ -94,5 +94,5 @@ var __create = Object.create;

var import_meta = {};
var _dirname = typeof __dirname !== "undefined" ? __dirname : (0, import_upath.dirname)((0, import_url.fileURLToPath)(import_meta.url));
var TRANSFORM_LOADER = (0, import_upath.resolve)(_dirname, "webpack/loaders/transform.js");
var LOAD_LOADER = (0, import_upath.resolve)(_dirname, "webpack/loaders/load.js");
var _dirname = typeof __dirname !== "undefined" ? __dirname : import_upath.default.dirname((0, import_url.fileURLToPath)(import_meta.url));
var TRANSFORM_LOADER = import_upath.default.resolve(_dirname, "webpack/loaders/transform.js");
var LOAD_LOADER = import_upath.default.resolve(_dirname, "webpack/loaders/load.js");
function getWebpackPlugin(factory) {

@@ -111,3 +111,3 @@ return (userOptions) => {

__unpluginMeta: meta,
__virtualModulePrefix: (0, import_upath.join)(process.cwd(), "virtual:")
__virtualModulePrefix: import_upath.default.join(process.cwd(), "virtual:")
});

@@ -114,0 +114,0 @@ const injected = compiler.$unpluginContext || {};

{
"name": "unplugin",
"version": "0.2.6",
"version": "0.2.7",
"description": "Unified plugin system for build tools",

@@ -5,0 +5,0 @@ "repository": "unjs/unplugin",

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