🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@yqg/max-utils

Package Overview
Dependencies
Maintainers
19
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yqg/max-utils - npm Package Compare versions

Comparing version
1.0.4-beta.0
to
1.0.4-beta.1
+2
-2
dist/withTmpPath.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const path_1 = require("path");
const plugin_utils_1 = require("umi/plugin-utils");
const utils_1 = require("@umijs/utils");
function withTmpPath(opts) {
return (0, plugin_utils_1.winPath)((0, path_1.join)(opts.api.paths.absTmpPath, opts.api.plugin.key && !opts.noPluginDir
return (0, utils_1.winPath)((0, path_1.join)(opts.api.paths.absTmpPath, opts.api.plugin.key && !opts.noPluginDir
? `plugin-${opts.api.plugin.key}`

@@ -8,0 +8,0 @@ : '', opts.path));

{
"name": "@yqg/max-utils",
"version": "1.0.4-beta.0",
"version": "1.0.4-beta.1",
"description": "max-utils",

@@ -5,0 +5,0 @@ "license": "MIT",