Socket
Socket
Sign inDemoInstall

resolve

Package Overview
Dependencies
1
Maintainers
2
Versions
95
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.1 to 1.3.2

2

lib/core.js

@@ -1,2 +0,2 @@

var current = process.versions.node.split('.');
var current = process.versions && process.versions.node && process.versions.node.split('.') || [];

@@ -3,0 +3,0 @@ function versionIncluded(version) {

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

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

"scripts": {
"prepublish": "! type safe-publish-latest >/dev/null 2>&1 || safe-publish-latest",
"prepublish": "safe-publish-latest",
"tests-only": "tape test/*.js",

@@ -20,0 +20,0 @@ "test": "npm run --silent tests-only"

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