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

cloudapi-gql

Package Overview
Dependencies
Maintainers
5
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 7.1.2 to 7.1.3

5

lib/handlers/images.js
'use strict';
const { policy } = require('./');
const Utils = require('../utils');

@@ -22,4 +21,4 @@

if (id) {
const image = await policy(fetch, { id });
return [image];
const image = await fetch(`/images/${id}`);
return [Object.assign(image, { tags: Utils.toNameValues(image.tags) })];
}

@@ -26,0 +25,0 @@

4

package.json
{
"name": "cloudapi-gql",
"version": "7.1.2",
"version": "7.1.3",
"license": "MPL-2.0",

@@ -37,7 +37,7 @@ "repository": "github:joyent/cloudapi-gql",

"hapi": "17.x.x",
"hapi-triton-auth": "2.x.x",
"inert": "5.x.x",
"lab": "15.x.x",
"hapi-triton-auth": "2.x.x",
"stand-in": "4.x.x"
}
}
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