Socket
Socket
Sign inDemoInstall

load

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

load - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

CHANGELOG.md

3

index.js

@@ -18,3 +18,4 @@ 'use strict';

module.exports = function require(location) {
location = path.resolve(path.dirname(module.parent.id), location);
if (!path.extname(location)) location = location +'.js';
location = path.resolve(path.dirname(module.parent.filename), location);

@@ -21,0 +22,0 @@ var name = path.basename(location)

{
"name": "load",
"version": "0.0.0",
"version": "0.0.1",
"description": "Load JavaScript files that do not use the bloat module patterns",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "node test/index.js"
},

@@ -9,0 +9,0 @@ "repository": "",

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