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

@accounts/graphql-client

Package Overview
Dependencies
Maintainers
5
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@accounts/graphql-client - npm Package Compare versions

Comparing version 0.3.0-beta.22 to 0.3.0-beta.23

4

lib/graphql-client.js

@@ -17,4 +17,4 @@ "use strict";

while (_) try {
if (f = 1, y && (t = y[op[0] & 2 ? "return" : op[0] ? "throw" : "next"]) && !(t = t.call(y, op[1])).done) return t;
if (y = 0, t) op = [0, t.value];
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
if (y = 0, t) op = [op[0] & 2, t.value];
switch (op[0]) {

@@ -21,0 +21,0 @@ case 0: case 1: t = op; break;

{
"name": "@accounts/graphql-client",
"version": "0.3.0-beta.22",
"version": "0.3.0-beta.23",
"description": "GraphQL client transport for accounts",

@@ -36,10 +36,10 @@ "main": "lib/index.js",

"devDependencies": {
"lodash": "4.16.4",
"nock": "9.0.2"
"lodash": "4.17.10",
"nock": "9.4.3"
},
"dependencies": {
"@accounts/client": "^0.3.0-beta.22",
"@accounts/types": "^0.3.0-beta.22",
"@accounts/client": "^0.3.0-beta.23",
"@accounts/types": "^0.3.0-beta.23",
"graphql-tag": "^1.1.2"
}
}
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