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

graphql-fields-projection

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-fields-projection - npm Package Compare versions

Comparing version 1.0.4 to 1.0.6

2

lib/utils.js

@@ -31,3 +31,3 @@ const _ = require('lodash');

const sortedFields = fields.sort();
const results = [sortedFields[0]];
const results = [];

@@ -34,0 +34,0 @@ sortedFields.forEach(field => {

{
"name": "graphql-fields-projection",
"version": "1.0.4",
"version": "1.0.6",
"description": "",

@@ -21,3 +21,18 @@ "main": "lib/index.js",

},
"keywords": [],
"keywords": [
"graphql",
"graphql-fields",
"graphql-fields-projection",
"selected-fields",
"dataloader",
"merge-selected-fields",
"fields",
"database projection",
"projection",
"project",
"mongo",
"mongodb",
"sql",
"path collision restrictions"
],
"author": "",

@@ -24,0 +39,0 @@ "license": "ISC",

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