Socket
Socket
Sign inDemoInstall

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.1.0 to 1.1.1

2

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

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -82,6 +82,6 @@ # resquire

Sometimes it might be necessary to change the root directory for required that
Sometimes it might be necessary to change the root directory that
the ^ (caret) operator requires files from: for instance when writing tests, it
might be better to separate the files so that source code goes under a `lib/`
directory and tests goes under a `test/` directory.
directory whilst tests go under a `test/` directory.

@@ -88,0 +88,0 @@ Normally, the root of the project would be where the `package.json` file is

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