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

aeros

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aeros - npm Package Compare versions

Comparing version 1.0.0-alpha.2 to 1.0.0-alpha.3

8

aeros.js

@@ -6,2 +6,5 @@ const { makeExecutableSchema } = require('graphql-tools')

let log = () => null;
if (process.env.NODE_DEBUG === 'aeros') { log = console.log; }
/**

@@ -99,3 +102,3 @@ * Aeros constructs a fully valid GraphQL schema, along with type definitions and resolvers

for (const typeKey of Object.keys(types)) {
console.log(typeKey)
log(typeKey)
const type = types[typeKey]

@@ -156,3 +159,4 @@ this.typeSchema += `type ${typeKey} {

const schemaConfig = { typeDefs, resolvers }
log(typeDefs[0])
log(typeDefs[1])
// build valid schema

@@ -159,0 +163,0 @@ const schema = makeExecutableSchema(schemaConfig)

{
"name": "aeros",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"description": "Low-friction GraphQL schemas",

@@ -5,0 +5,0 @@ "main": "aeros.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