New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.5 to 1.8.6

7

lib/request.js

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

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

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

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

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

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

} catch (err) {
return Promise.reject(err)
console.log('** getJSON error', err.message)
// return Promise.reject(err)
return null
}

@@ -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