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-5d4865df.0 to 3.0.0-canary-6bb88229.0

12

package.json
{
"name": "codemirror-graphql",
"version": "3.0.0-canary-5d4865df.0",
"version": "3.0.0-canary-6bb88229.0",
"description": "GraphQL mode and helpers for CodeMirror.",

@@ -36,10 +36,4 @@ "contributors": [

"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",
"postbuild": "node ../../scripts/renameFileExtensions.js './esm/{**,!**/__tests__/}/*.js' . .esm.js"
"test": "jest"
},

@@ -53,3 +47,3 @@ "peerDependencies": {

"dependencies": {
"graphql-language-service": "6.0.0-canary-5d4865df.0"
"graphql-language-service": "6.0.0-canary-6bb88229.0"
},

@@ -56,0 +50,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