Socket
Socket
Sign inDemoInstall

@duely/client

Package Overview
Dependencies
Maintainers
1
Versions
193
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@duely/client - npm Package Compare versions

Comparing version 0.0.24 to 0.0.25

13

dist/hooks/useMutation.js

@@ -108,7 +108,6 @@ "use strict";

_context.next = 13;
break;
return _context.abrupt("return", res);
case 9:
_context.prev = 9;
case 10:
_context.prev = 10;
_context.t0 = _context["catch"](2);

@@ -123,3 +122,5 @@ setState(createErrorState(_context.t0));

case 13:
return _context.abrupt("return", _context.t0);
case 15:
case "end":

@@ -129,3 +130,3 @@ return _context.stop();

}
}, _callee, null, [[2, 9]]);
}, _callee, null, [[2, 10]]);
}));

@@ -132,0 +133,0 @@

{
"name": "@duely/client",
"type": "module",
"version": "0.0.24",
"version": "0.0.25",
"repository": "github:uoleevi/duely",

@@ -6,0 +6,0 @@ "description": "GraphQL client by Duely (wrapper for @apollo/client)",

@@ -57,2 +57,4 @@ import { useCallback, useRef, useState } from 'react';

return res;
} catch (error) {

@@ -64,2 +66,4 @@ setState(createErrorState(error));

}
return error;
}

@@ -66,0 +70,0 @@ }, [mutationDef, resetErrorMs]);

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