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.16 to 0.3.17

3

dist/could-not-load.js

@@ -17,3 +17,3 @@ // Generated by CoffeeScript 1.12.7

function CouldNotLoad(base1, module1, callers1) {
function CouldNotLoad(base1, module1, callers1, underlyingError) {
var places;

@@ -23,2 +23,3 @@ this.base = base1;

this.callers = callers1;
this.underlyingError = underlyingError;
places = createMessage(this.base, this.module, this.callers);

@@ -25,0 +26,0 @@ this.message = "Could not load module " + this.module + ". Tried in these places:\n" + (places.join(',\n'));

@@ -40,3 +40,3 @@ // Generated by CoffeeScript 1.12.7

e2 = error;
throw new CouldNotLoad(base, fileName, callers);
throw new CouldNotLoad(base, fileName, callers, e2);
}

@@ -43,0 +43,0 @@ } else {

{
"name": "amend",
"version": "0.3.16",
"version": "0.3.17",
"description": "Dependency injection module and IoC container.",

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

Sorry, the diff of this file is not supported yet

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