Socket
Socket
Sign inDemoInstall

codemirror-graphql

Package Overview
Dependencies
13
Maintainers
11
Versions
241
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0-canary-d52fbc57.0 to 3.0.0-canary-d86e51b8.0

16

package.json
{
"name": "codemirror-graphql",
"version": "3.0.0-canary-d52fbc57.0",
"version": "3.0.0-canary-d86e51b8.0",
"description": "GraphQL mode and helpers for CodeMirror.",

@@ -21,5 +21,3 @@ "contributors": [

"files": [
"src",
"cm6-legacy",
"esm",
"utils",

@@ -29,3 +27,2 @@ "variables",

"/*.js",
"/*.js.flow",
"/*.js.map",

@@ -38,10 +35,7 @@ "/*.d.ts",

"scripts": {
"build": "yarn build-clean && yarn build-js && yarn build-esm && yarn build-flow .",
"build-js": "yarn tsc",
"build-esm": "cross-env ESM=true yarn tsc --project tsconfig.esm.json && node ../../scripts/renameFileExtensions.js './esm/{**,!**/__tests__/}/*.js' . .esm.js",
"build-clean": "rimraf {mode,hint,info,jump,lint}.{js,esm.js,js.flow,js.map,d.ts,d.ts.map} && rimraf esm results utils variables coverage cm6-legacy __tests__",
"build-flow": "node ../../scripts/buildFlow.js",
"watch": "babel --optional runtime resources/watch.js | node",
"test": "jest"
},
"engines": {
"node": ">=16"
},
"peerDependencies": {

@@ -54,3 +48,3 @@ "@codemirror/language": "6.0.0",

"dependencies": {
"graphql-language-service": "6.0.0-canary-d52fbc57.0"
"graphql-language-service": "6.0.0-canary-d86e51b8.0"
},

@@ -57,0 +51,0 @@ "devDependencies": {

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc