Socket
Socket
Sign inDemoInstall

@social-exchange/api-client

Package Overview
Dependencies
46
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

2

dist/client.js

@@ -75,3 +75,3 @@ "use strict";

body = _a.sent();
if ('error' in body)
if ('status' in body && body.status === 'error')
this.resolveErrorResponse(body);

@@ -78,0 +78,0 @@ return [2 /*return*/, body];

{
"name": "@social-exchange/api-client",
"description": "Api client for social-exchange",
"version": "0.1.0",
"version": "0.1.1",
"main": "dist/index.js",

@@ -6,0 +6,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc