Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@graphql-codegen/urql-introspection

Package Overview
Dependencies
Maintainers
4
Versions
228
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphql-codegen/urql-introspection - npm Package Compare versions

Comparing version 2.1.2-alpha-fc06eb8e7.0 to 2.2.0-alpha-29eb1293b.0

cjs/index.js

39

package.json
{
"name": "@graphql-codegen/urql-introspection",
"version": "2.1.2-alpha-fc06eb8e7.0",
"version": "2.2.0-alpha-29eb1293b.0",
"description": "graphql-code-generate plugin for generating fragments matcher introspection file",

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

"dependencies": {
"@graphql-codegen/plugin-helpers": "2.4.0-alpha-fc06eb8e7.0",
"@urql/introspection": "0.3.1",
"tslib": "~2.3.0"
"@graphql-codegen/plugin-helpers": "^2.5.0-alpha-29eb1293b.0",
"@urql/introspection": "0.3.2",
"tslib": "~2.4.0"
},

@@ -20,19 +20,26 @@ "repository": {

"license": "MIT",
"main": "index.js",
"module": "index.mjs",
"typings": "index.d.ts",
"main": "cjs/index.js",
"module": "esm/index.js",
"typings": "typings/index.d.ts",
"typescript": {
"definition": "index.d.ts"
"definition": "typings/index.d.ts"
},
"type": "module",
"exports": {
"./package.json": "./package.json",
".": {
"require": "./index.js",
"import": "./index.mjs"
"require": {
"types": "./typings/index.d.ts",
"default": "./cjs/index.js"
},
"import": {
"types": "./typings/index.d.ts",
"default": "./esm/index.js"
},
"default": {
"types": "./typings/index.d.ts",
"default": "./esm/index.js"
}
},
"./*": {
"require": "./*.js",
"import": "./*.mjs"
}
"./package.json": "./package.json"
}
}
}
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