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

@vxrn/resolve

Package Overview
Dependencies
Maintainers
0
Versions
138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vxrn/resolve - npm Package Compare versions

Comparing version 1.1.379 to 1.1.380

6

dist/cjs/index.js

@@ -23,7 +23,7 @@ var __create = Object.create;

)), __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
var src_exports = {};
__export(src_exports, {
var index_exports = {};
__export(index_exports, {
resolvePath: () => resolvePath
});
module.exports = __toCommonJS(src_exports);
module.exports = __toCommonJS(index_exports);
var import_node_module = __toESM(require("node:module"), 1), import_node_url = require("node:url");

@@ -30,0 +30,0 @@ const import_meta = {}, resolver = "resolve" in import_meta ? (path, from) => (0, import_node_url.fileURLToPath)(import_meta.resolve(path, from)) : "url" in import_meta ? (path, from) => new URL(path, import_meta.url).pathname : require.resolve, resolverV2 = (path, from = process.cwd()) => import_node_module.default.createRequire(from).resolve(path, { paths: [from] }), resolvePath = (path, from) => {

@@ -24,7 +24,7 @@ "use strict";

)), __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
var src_exports = {};
__export(src_exports, {
var index_exports = {};
__export(index_exports, {
resolvePath: () => resolvePath
});
module.exports = __toCommonJS(src_exports);
module.exports = __toCommonJS(index_exports);
var import_node_module = __toESM(require("node:module"), 1), import_node_url = require("node:url");

@@ -31,0 +31,0 @@ const import_meta = {};

{
"name": "@vxrn/resolve",
"version": "1.1.379",
"version": "1.1.380",
"sideEffects": false,

@@ -5,0 +5,0 @@ "source": "src/index.ts",

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