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

@graphql-tools/jest-transform

Package Overview
Dependencies
Maintainers
3
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphql-tools/jest-transform - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

4

index.d.ts

@@ -11,1 +11,5 @@ import loader from '@graphql-tools/webpack-loader';

export declare function process(...args: any[]): any;
declare const transformerFactory: {
process: typeof process;
};
export default transformerFactory;

@@ -30,3 +30,7 @@ 'use strict';

}
const transformerFactory = {
process,
};
exports.default = transformerFactory;
exports.process = process;

4

package.json
{
"name": "@graphql-tools/jest-transform",
"version": "1.1.3",
"version": "1.1.4",
"description": "Jest Plugin to load and parse imported GraphQL files",
"sideEffects": false,
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},

@@ -9,0 +9,0 @@ "dependencies": {

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