Socket
Socket
Sign inDemoInstall

apollo-codegen

Package Overview
Dependencies
112
Maintainers
3
Versions
102
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.20.0-alpha.f3534c9a to 0.20.0

1

lib/cli.js

@@ -12,2 +12,3 @@ #!/usr/bin/env node

Object.defineProperty(exports, "__esModule", { value: true });
require("apollo-codegen-core/lib/polyfills");
const glob = require("glob");

@@ -14,0 +15,0 @@ const process = require("process");

1

lib/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
require("apollo-codegen-core/lib/polyfills");
var downloadSchema_1 = require("./downloadSchema");

@@ -5,0 +4,0 @@ exports.downloadSchema = downloadSchema_1.default;

{
"name": "apollo-codegen",
"description": "Generate API code or type annotations based on a GraphQL schema and query documents",
"version": "0.20.0-alpha.f3534c9a",
"version": "0.20.0",
"main": "./lib/index.js",

@@ -39,9 +39,9 @@ "bin": "./lib/cli.js",

"dependencies": {
"apollo-codegen-core": "^0.20.0-alpha.f3534c9a",
"apollo-codegen-flow": "^0.20.0-alpha.f3534c9a",
"apollo-codegen-flow-legacy": "^0.20.0-alpha.f3534c9a",
"apollo-codegen-scala": "^0.20.0-alpha.f3534c9a",
"apollo-codegen-swift": "^0.20.0-alpha.f3534c9a",
"apollo-codegen-typescript": "^0.20.0-alpha.f3534c9a",
"apollo-codegen-typescript-legacy": "^0.20.0-alpha.f3534c9a",
"apollo-codegen-core": "^0.20.0",
"apollo-codegen-flow": "^0.20.0",
"apollo-codegen-flow-legacy": "^0.20.0",
"apollo-codegen-scala": "^0.20.0",
"apollo-codegen-swift": "^0.20.0",
"apollo-codegen-typescript": "^0.20.0",
"apollo-codegen-typescript-legacy": "^0.20.0",
"glob": "^7.1.2",

@@ -48,0 +48,0 @@ "graphql": "^0.13.1",

#!/usr/bin/env node
import 'apollo-codegen-core/lib/polyfills';
import * as glob from 'glob';

@@ -4,0 +6,0 @@ import * as process from 'process';

@@ -1,3 +0,1 @@

import 'apollo-codegen-core/lib/polyfills';
export { default as downloadSchema } from './downloadSchema';

@@ -4,0 +2,0 @@ export { default as introspectSchema } from './introspectSchema';

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc