semver-try-require
Advanced tools
Comparing version 5.0.3 to 5.0.4
{ | ||
"name": "semver-try-require", | ||
"version": "5.0.3", | ||
"version": "5.0.4", | ||
"description": "micro module to require (versions of) modules that might not be there", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -1,2 +0,3 @@ | ||
const path = require("node:path"); | ||
// eslint-disable-next-line unicorn/prefer-node-protocol | ||
const path = require("path"); | ||
const satisfies = require("semver/functions/satisfies"); | ||
@@ -3,0 +4,0 @@ const coerce = require("semver/functions/coerce"); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9962
74