🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

blooper

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blooper - npm Package Compare versions

Comparing version

to
0.0.2

2

package.json
{
"name": "blooper",
"version": "0.0.1",
"version": "0.0.2",
"description": "Handle all your errors in one place.",

@@ -5,0 +5,0 @@ "main": "dist/blooper.js",

@@ -104,3 +104,3 @@ # Blooper

Globals are generally a last resort, but I'll let you make an exception for Blooper, since it's really intended to be global in nature - it's use is to replace language constructs, after all.
Globals are generally a last resort, but I'll let you make an exception for Blooper, since it's really intended to be global in nature - its use is to replace language constructs, after all.

@@ -118,2 +118,3 @@ ```javascript

// This makes the global.handle method available in all modules
global.handle = blooper.handle;

@@ -120,0 +121,0 @@