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.6 to 1.8.7

3

lib/request.js

@@ -129,4 +129,3 @@ 'use strict';

console.log('** getJSON error', _context2.t1.message);
// return Promise.reject(err)
return _context2.abrupt('return', null);
throw _context2.t1;

@@ -133,0 +132,0 @@ case 29:

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

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

@@ -55,4 +55,3 @@ /* global fetch */

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

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