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

semver-try-require

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

semver-try-require - npm Package Compare versions

Comparing version 5.0.3 to 5.0.4

2

package.json
{
"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");

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