New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

error-ninja

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

error-ninja - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

4

errorNinja.js

@@ -20,3 +20,3 @@ 'use strict';

*/
ME.isError = function isError (err, ninjaOnly) {
const isError = ME.isError = function isError (err, ninjaOnly) {
if (typeof ninjaOnly === 'undefined') { ninjaOnly = false; }

@@ -44,3 +44,3 @@

*/
ME.isNinja = function isNinja (err) {
const isNinja = ME.isNinja = function isNinja (err) {
return isError(err, true);

@@ -47,0 +47,0 @@ };

@@ -10,3 +10,3 @@ {

"name": "error-ninja",
"version": "0.0.10",
"version": "0.0.11",
"description": "Allows us to pre-define error types and error messages in each module.",

@@ -13,0 +13,0 @@ "keywords": [

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