Socket
Socket
Sign inDemoInstall

resolve

Package Overview
Dependencies
9
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.22.3 to 1.22.4

4

lib/core.js
'use strict';
var isCoreModule = require('is-core-module');
var path = require('path');
var fs = require('fs');
var data = JSON.parse(String(fs.readFileSync(path.join(path.dirname(require.resolve('is-core-module/package.json')), 'core.json'))));
var data = require('./core.json');

@@ -8,0 +6,0 @@ var core = {};

@@ -117,4 +117,4 @@ {

"node:sys": [">= 14.18 && < 15", ">= 16"],
"test/reporters": [">= 19.9", ">= 20"],
"node:test/reporters": [">= 19.9", ">= 20"],
"test/reporters": ">= 19.9 && < 20.2",
"node:test/reporters": [">= 18.17 && < 19", ">= 19.9", ">= 20"],
"node:test": [">= 16.17 && < 17", ">= 18"],

@@ -153,4 +153,4 @@ "timers": true,

"node:vm": [">= 14.18 && < 15", ">= 16"],
"wasi": [">= 13.4 && < 13.5", ">= 20"],
"node:wasi": ">= 20",
"wasi": [">= 13.4 && < 13.5", ">= 18.17 && < 19", ">= 20"],
"node:wasi": [">= 18.17 && < 19", ">= 20"],
"worker_threads": ">= 11.7",

@@ -157,0 +157,0 @@ "node:worker_threads": [">= 14.18 && < 15", ">= 16"],

{
"name": "resolve",
"description": "resolve like require.resolve() on behalf of files asynchronously and synchronously",
"version": "1.22.3",
"version": "1.22.4",
"repository": {

@@ -33,5 +33,5 @@ "type": "git",

"devDependencies": {
"@ljharb/eslint-config": "^21.0.1",
"@ljharb/eslint-config": "^21.1.0",
"array.prototype.map": "^1.0.5",
"aud": "^2.0.2",
"aud": "^2.0.3",
"copy-dir": "^1.3.0",

@@ -47,5 +47,5 @@ "eclint": "^2.8.1",

"safe-publish-latest": "^2.0.0",
"semver": "^6.3.0",
"semver": "^6.3.1",
"tap": "0.4.13",
"tape": "^5.6.3",
"tape": "^5.6.6",
"tmp": "^0.0.31"

@@ -63,3 +63,3 @@ },

"dependencies": {
"is-core-module": "^2.12.0",
"is-core-module": "^2.13.0",
"path-parse": "^1.0.7",

@@ -66,0 +66,0 @@ "supports-preserve-symlinks-flag": "^1.0.0"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc