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

@kamkam1_0/errorhandler

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kamkam1_0/errorhandler - npm Package Compare versions

Comparing version 1.2.4 to 1.2.5

1

deploy.js

@@ -11,2 +11,3 @@ module.exports = (prog) => {

files.forEach(file => process.on(file.split(".js")[0], err => require(`./${file}`)(prog, err)))
return true
}

@@ -0,6 +1,24 @@

/**
* @returns {string}
*/
exports.version = require("./package.json").version
/**
* @returns {function}
*/
exports.rejectionHandled = require("./rejectionHandled")
/**
* @returns {function}
*/
exports.uncaughtException = require("./uncaughtException")
/**
* @returns {function}
*/
exports.uncaughtExceptionMonitor = require("./uncaughtExceptionMonitor")
/**
* @returns {function}
*/
exports.unhandledRejection = require("./unhandledRejection")
/**
* @returns {boolean}
*/
exports.deploy = require("./deploy.js")

2

package.json
{
"name": "@kamkam1_0/errorhandler",
"version": "1.2.4",
"version": "1.2.5",
"description": "",

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

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