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

@marcopeg/utils

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@marcopeg/utils - npm Package Compare versions

Comparing version 1.8.7 to 1.8.8

10

lib/request.js

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

_context.t0 = _context['catch'](0);
throw new Error(_context.t0);
throw _context.t0;

@@ -128,7 +128,5 @@ case 10:

_context2.t1 = _context2['catch'](0);
console.log('** getJSON error', _context2.t1.message);
throw _context2.t1;
case 29:
case 28:
case 'end':

@@ -219,3 +217,3 @@ return _context2.stop();

_context3.t1 = _context3['catch'](0);
throw new Error(_context3.t1);
throw _context3.t1;

@@ -309,3 +307,3 @@ case 28:

_context4.t1 = _context4['catch'](0);
throw new Error(_context4.t1);
throw _context4.t1;

@@ -312,0 +310,0 @@ case 28:

2

package.json
{
"name": "@marcopeg/utils",
"version": "1.8.7",
"version": "1.8.8",
"description": "Javascript utils for server and client projects",

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

@@ -23,3 +23,3 @@ /* global fetch */

} catch (err) {
throw new Error(err)
throw err
}

@@ -55,3 +55,2 @@ }

} catch (err) {
console.log('** getJSON error', err.message)
throw err

@@ -99,3 +98,3 @@ }

} catch (err) {
throw new Error(err)
throw err
}

@@ -142,3 +141,3 @@ }

} catch (err) {
throw new Error(err)
throw err
}

@@ -145,0 +144,0 @@ }

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