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

require-from-url

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

require-from-url - npm Package Compare versions

Comparing version 3.1.2 to 3.1.3

async.js

2

index.js

@@ -15,3 +15,3 @@ var listen = require("./addLoadListener.js");

}
cb.apply(undefined, [].concat(null, values));
cb(null, ...values);
}

@@ -18,0 +18,0 @@ });

{
"name": "require-from-url",
"version": "3.1.2",
"version": "3.1.3",
"description": "Require module from URL",

@@ -16,3 +16,3 @@ "main": "./index.js",

"engines": {
"node": ">=4.2.0"
"node": ">=8.11.1"
},

@@ -19,0 +19,0 @@ "author": "gzhangzy@gmail.com",

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