Comparing version 0.2.0 to 0.3.0
@@ -17,3 +17,3 @@ /* Copyright (c) 2014 Richard Rodger, MIT License */ | ||
// #### External modules | ||
var _ = require('underscore') | ||
var _ = require('lodash') | ||
@@ -27,2 +27,3 @@ | ||
// #### Create an _eraro_ function | ||
@@ -73,3 +74,3 @@ // Parameters: | ||
return function( ex, code, msg, details ) { | ||
var errormaker = function( ex, code, msg, details ) { | ||
var internalex = false | ||
@@ -102,2 +103,6 @@ | ||
} | ||
errormaker.callpoint = callpoint | ||
return errormaker; | ||
} | ||
@@ -104,0 +109,0 @@ |
{ | ||
"name": "eraro", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "Create JavaScript Error objects with code strings, context details, and templated messages.", | ||
@@ -27,3 +27,3 @@ "main": "eraro.js", | ||
"dependencies": { | ||
"underscore": "~1.7.0" | ||
"lodash": "~2.4.1" | ||
}, | ||
@@ -30,0 +30,0 @@ "devDependencies": { |
@@ -173,3 +173,3 @@ eraro | ||
Current Version: 0.2.0 | ||
Current Version: 0.3.0 | ||
@@ -176,0 +176,0 @@ Tested on: node 0.10.31 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12854
159
+ Addedlodash@~2.4.1
+ Addedlodash@2.4.2(transitive)
- Removedunderscore@~1.7.0
- Removedunderscore@1.7.0(transitive)