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

@edgeandnode/common

Package Overview
Dependencies
Maintainers
7
Versions
377
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@edgeandnode/common - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

10

build/index.js

@@ -5,2 +5,3 @@ 'use strict';

var gql = require('graphql-tag');
var graphql = require('graphql');

@@ -11,2 +12,3 @@ var pluralize = require('pluralize');

var gql__default = /*#__PURE__*/_interopDefaultLegacy(gql);
var pluralize__default = /*#__PURE__*/_interopDefaultLegacy(pluralize);

@@ -53,5 +55,11 @@

.filter((query) => query !== null);
return `${typeQueries.join('\n')}`;
const query = gql__default['default'] `
{
${typeQueries.join('\n')}
}
`;
return graphql.print(query);
}
catch (e) {
console.log(e);
return '{\n}';

@@ -58,0 +66,0 @@ }

2

package.json
{
"name": "@edgeandnode/common",
"version": "1.0.0",
"version": "1.0.1",
"description": "Common Edge & Node utils and types",

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

Sorry, the diff of this file is not supported yet

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