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

eraro

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eraro - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

9

eraro.js

@@ -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

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