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.0 to 1.8.1

7

lib/request.js

@@ -127,5 +127,8 @@ 'use strict';

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

@@ -132,0 +135,0 @@ return _context2.stop();

{
"name": "@marcopeg/utils",
"version": "1.8.0",
"version": "1.8.1",
"description": "Javascript utils for server and client projects",

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

@@ -54,3 +54,5 @@ /* global fetch */

} catch (err) {
throw err
console.log('*** getJSON Error:', err.message)
// throw err
return err
}

@@ -57,0 +59,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