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

resquire

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

resquire - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

24

package.json
{
"name": "resquire",
"version": "1.0.0",
"version": "1.0.1",
"description": "Allows for more complex requires, making Node requires feel more like importing with namespaces as seen in other languages.",

@@ -8,17 +8,25 @@ "main": "index.js",

"test": "echo \"Error: no test specified\" && exit 1"
},
},
"repository": {
"type": "git",
"type": "git",
"url": "https://github.com/Tabaci/resquire.git"
},
},
"bugs": {
"url": "https://github.com/Tabaci/resquire/issues"
},
"keywords": ["require", "root", "caret", "nesting", "nested", "namespace", "resolve"],
},
"keywords": [
"require",
"root",
"caret",
"nesting",
"nested",
"namespace",
"resolve"
],
"author": "Alexander Hållenius",
"license": "ISC",
"homepage": "https://github.com/Tabaci/resquire",
"dependencies": {
"closest-root": "^1.0.1"
},
"homepage": "https://github.com/Tabaci/resquire"
}
}
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