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

gqty

Package Overview
Dependencies
Maintainers
1
Versions
318
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gqty - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

2

package.json
{
"name": "gqty",
"version": "2.0.3",
"version": "2.0.4",
"description": "gqty client without queries",

@@ -5,0 +5,0 @@ "sideEffects": false,

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

Promise.resolve(fn()).then(resolve, (err) => {
if (err instanceof Error)
if (err instanceof Error && Error.captureStackTrace)
Error.captureStackTrace(err, LazyPromise);

@@ -24,3 +24,3 @@ reject(err);

} catch (err) {
if (err instanceof Error)
if (err instanceof Error && Error.captureStackTrace)
Error.captureStackTrace(err, LazyPromise);

@@ -27,0 +27,0 @@ reject(err);

Sorry, the diff of this file is not supported yet

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