New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

graphql-ruby-client

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-ruby-client - npm Package Compare versions

Comparing version 1.7.2 to 1.7.3

4

CHANGELOG.md
# graphql-ruby-client
## 1.7.3 (17 Feb 2020)
- Fix CLI for TypeScript
## 1.7.2 (17 Feb 2020)

@@ -4,0 +8,0 @@

9

dist/cli.js

@@ -8,2 +8,4 @@ #!/usr/bin/env node

var minimist_1 = __importDefault(require("minimist"));
var index_1 = __importDefault(require("./sync/index"));
console.log(index_1.default);
var argv = minimist_1.default(process.argv.slice(2));

@@ -19,4 +21,3 @@ if (argv.help || argv.h) {

else {
var sync = require("./sync");
var result = sync({
var result = index_1.default({
path: argv.path,

@@ -34,5 +35,5 @@ relayPersistedOutput: argv["relay-persisted-output"],

});
result.then(function (_res) {
result.then(function () {
process.exit(0);
}).catch(function (_err) {
}).catch(function () {
// The error is logged by the function

@@ -39,0 +40,0 @@ process.exit(1);

{
"name": "graphql-ruby-client",
"version": "1.7.2",
"version": "1.7.3",
"description": "JavaScript client for graphql-ruby",

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

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