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

cloudapi-gql

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cloudapi-gql - npm Package Compare versions

Comparing version

to
7.1.0

.npmignore

5

lib/formatters.js

@@ -13,2 +13,7 @@ 'use strict';

module.exports = {
NIC: {
network: ({ network }, args, request) => {
return Handlers.network(request.plugins.cloudapi.fetch, { id: network });
}
},
User: {

@@ -15,0 +20,0 @@ keys: (root, args, request) => {

2

lib/handlers/datacenters.js

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

dcName = name || dcName;
const { res } = await fetch(`/datacenter/${dcName}`, { includeRes: true });
const { res } = await fetch(`/datacenters/${dcName}`, { includeRes: true });

@@ -17,0 +17,0 @@ return {

{
"name": "cloudapi-gql",
"version": "7.0.1",
"version": "7.1.0",
"license": "MPL-2.0",

@@ -5,0 +5,0 @@ "repository": "github:joyent/cloudapi-gql",