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.2 to 1.1.3-alpha-fa516746.0

10

index.js

@@ -15,6 +15,8 @@ 'use strict';

// as the loader leverages `this.cacheable()`
return loader.call({
cacheable() { },
query: config,
}, input);
return {
code: loader.call({
cacheable() { },
query: config,
}, input),
};
}

@@ -21,0 +23,0 @@ }

8

package.json
{
"name": "@graphql-tools/jest-transform",
"version": "1.1.2",
"version": "1.1.3-alpha-fa516746.0",
"description": "Jest Plugin to load and parse imported GraphQL files",

@@ -11,5 +11,5 @@ "sideEffects": false,

"@graphql-tools/webpack-loader": "6.6.2",
"@jest/transform": "^27.0.2",
"@jest/types": "^27.0.2",
"tslib": "~2.3.0"
"@jest/transform": "^28.0.0",
"@jest/types": "^28.0.0",
"tslib": "~2.4.0"
},

@@ -16,0 +16,0 @@ "repository": {

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