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

amend

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amend - npm Package Compare versions

Comparing version 0.3.0-beta-1 to 0.3.0-beta-2

6

dist/load-config.js

@@ -42,8 +42,8 @@ // Generated by CoffeeScript 1.8.0

module.exports = function(options) {
var basePath, config, di, modules, opts, parent;
config = options.config, basePath = options.basePath, opts = options.opts, parent = options.parent;
var basePath, config, di, modules, opts, parents;
config = options.config, basePath = options.basePath, opts = options.opts, parents = options.parents;
if (config == null) {
throw new TypeError('No configuration was provided for loadConfig');
}
di = new Container(opts, parent);
di = new Container(opts, parents);
modules = config.modules || {};

@@ -50,0 +50,0 @@ Object.keys(modules).forEach(function(key) {

{
"name": "amend",
"version": "0.3.0-beta-1",
"version": "0.3.0-beta-2",
"description": "Dependency injection module and IoC container.",

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

Sorry, the diff of this file is not supported yet

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