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.2 to 1.22.3

4

lib/core.js
'use strict';
var isCoreModule = require('is-core-module');
var data = require('./core.json');
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'))));

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

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

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

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

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

@@ -154,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.2",
"version": "1.22.3",
"repository": {

@@ -61,3 +61,3 @@ "type": "git",

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

@@ -64,0 +64,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