Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

resolve

Package Overview
Dependencies
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

resolve - npm Package Compare versions

Comparing version 1.22.8 to 1.22.9

test/list-exports/.eslintignore

4

lib/core.json

@@ -92,3 +92,5 @@ {

"node:repl": [">= 14.18 && < 15", ">= 16"],
"node:sea": [">= 20.12 && < 21", ">= 21.7"],
"smalloc": ">= 0.11.5 && < 3",
"node:sqlite": ">= 23.4",
"_stream_duplex": ">= 0.9.4",

@@ -120,2 +122,4 @@ "node:_stream_duplex": [">= 14.18 && < 15", ">= 16"],

"node:test/reporters": [">= 18.17 && < 19", ">= 19.9", ">= 20"],
"test/mock_loader": ">= 22.3 && < 22.7",
"node:test/mock_loader": ">= 22.3 && < 22.7",
"node:test": [">= 16.17 && < 17", ">= 18"],

@@ -122,0 +126,0 @@ "timers": true,

15

package.json
{
"name": "resolve",
"description": "resolve like require.resolve() on behalf of files asynchronously and synchronously",
"version": "1.22.8",
"version": "1.22.9",
"repository": {

@@ -29,9 +29,8 @@ "type": "git",

"test": "npm run --silent tests-only",
"posttest": "npm run test:multirepo && aud --production",
"posttest": "npm run test:multirepo && npx npm@'>= 10.2' audit --production",
"test:multirepo": "cd ./test/resolver/multirepo && npm install && npm test"
},
"devDependencies": {
"@ljharb/eslint-config": "^21.1.0",
"array.prototype.map": "^1.0.6",
"aud": "^2.0.3",
"@ljharb/eslint-config": "^21.1.1",
"array.prototype.map": "^1.0.7",
"copy-dir": "^1.3.0",

@@ -43,3 +42,3 @@ "eclint": "^2.8.1",

"mv": "^2.1.1",
"npmignore": "^0.3.0",
"npmignore": "^0.3.1",
"object-keys": "^1.1.1",

@@ -50,3 +49,3 @@ "rimraf": "^2.7.1",

"tap": "0.4.13",
"tape": "^5.7.0",
"tape": "^5.9.0",
"tmp": "^0.0.31"

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

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

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

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