Socket
Socket
Sign inDemoInstall

app-root

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

app-root - npm Package Compare versions

Comparing version 1.2.7 to 1.3.0

4

index.js

@@ -10,3 +10,3 @@ var detective = require('detective'),

// Calls the passed callback with a list of candidtate root filenames
// Calls the passed callback with a list of candidate root filenames
module.exports = function (directory, opt, cb) {

@@ -140,2 +140,2 @@ // opt is an optional configuration object

return deferred.promise;
}
}
{
"name": "app-root",
"version": "1.2.7",
"version": "1.3.0",
"description": "Find the entry-point/root file of any CommonJS or AMD JavaScript application",

@@ -31,9 +31,9 @@ "main": "index.js",

"dependencies": {
"detective": "^3.1.0",
"detective-amd": "^2.1.0",
"exclusion-manager": "^1.0.1",
"module-definition": "^1.0.3",
"detective": "^3.1.0",
"required": "^0.4.0",
"q": "^1.0.1",
"detective-amd": "^2.0.0",
"exclusion-manager": "^1.0.1"
"required": "^0.4.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