New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@graphql-codegen/add

Package Overview
Dependencies
Maintainers
4
Versions
4795
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphql-codegen/add - npm Package Compare versions

Comparing version 5.0.2 to 5.0.3-rc-20240613091802-2be8aa78acb19ca130a277eef8aebf7f6f355a53

2

cjs/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.plugin = void 0;
const tslib_1 = require("tslib");
const config_js_1 = require("./config.js");
tslib_1.__exportStar(require("./config.js"), exports);
const plugin = async (schema, documents, config) => {

@@ -6,0 +8,0 @@ const placement = config.placement || 'prepend';

import { VALID_PLACEMENTS } from './config.js';
export * from './config.js';
export const plugin = async (schema, documents, config) => {

@@ -3,0 +4,0 @@ const placement = config.placement || 'prepend';

2

package.json
{
"name": "@graphql-codegen/add",
"version": "5.0.2",
"version": "5.0.3-rc-20240613091802-2be8aa78acb19ca130a277eef8aebf7f6f355a53",
"description": "GraphQL Code Generator plugin for adding custom content to your output file",

@@ -5,0 +5,0 @@ "peerDependencies": {

import { PluginFunction } from '@graphql-codegen/plugin-helpers';
import { AddPluginConfig } from './config.js';
export * from './config.js';
export declare const plugin: PluginFunction<AddPluginConfig>;

@@ -4,0 +5,0 @@ declare const _default: {

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