Socket
Socket
Sign inDemoInstall

resolve

Package Overview
Dependencies
Maintainers
1
Versions
95
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 0.7.4 to 1.0.0

52

package.json
{
"name" : "resolve",
"description" : "resolve like require.resolve() on behalf of files asynchronously and synchronously",
"version" : "0.7.4",
"repository" : {
"type" : "git",
"url" : "git://github.com/substack/node-resolve.git"
},
"main" : "index.js",
"keywords" : [
"resolve",
"require",
"node",
"module"
],
"scripts" : {
"test" : "tap test/*.js"
},
"devDependencies" : {
"tap" : "~0.4.0"
},
"license" : "MIT",
"author" : {
"name" : "James Halliday",
"email" : "mail@substack.net",
"url" : "http://substack.net"
}
"name" : "resolve",
"description" : "resolve like require.resolve() on behalf of files asynchronously and synchronously",
"version" : "1.0.0",
"repository" : {
"type" : "git",
"url" : "git://github.com/substack/node-resolve.git"
},
"main" : "index.js",
"keywords" : [
"resolve",
"require",
"node",
"module"
],
"scripts" : {
"test" : "tap test/*.js"
},
"devDependencies" : {
"tap" : "~0.4.0"
},
"license" : "MIT",
"author" : {
"name" : "James Halliday",
"email" : "mail@substack.net",
"url" : "http://substack.net"
}
}
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