Socket
Socket
Sign inDemoInstall

apollo-codegen

Package Overview
Dependencies
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apollo-codegen - npm Package Compare versions

Comparing version 0.11.0 to 0.11.2

2

lib/swift/naming.js

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

const name = field.name || field.responseName;
const propertyName = (0, _language.escapeIdentifierIfNeeded)(name);
const propertyName = (0, _language.escapeIdentifierIfNeeded)((0, _changeCase.camelCase)(name));

@@ -72,0 +72,0 @@ const type = field.type;

{
"name": "apollo-codegen",
"version": "0.11.0",
"version": "0.11.2",
"description": "Generate API code or type annotations based on a GraphQL schema and query documents",

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