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

@0no-co/graphqlsp

Package Overview
Dependencies
Maintainers
2
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0no-co/graphqlsp - npm Package Compare versions

Comparing version 1.4.1 to 1.4.2

dist/graphqlsp.mjs

9

CHANGELOG.md
# @0no-co/graphqlsp
## 1.4.2
### Patch Changes
- ⚠️ fix case where the hover-information would target the wrong TypeScript node by one character
Submitted by [@llllvvuu](https://github.com/llllvvuu) (See [#244](https://github.com/0no-co/GraphQLSP/pull/244))
- Update ESM build output to be written to a `.mjs` file extension rather than `.js`
Submitted by [@kitten](https://github.com/kitten) (See [#250](https://github.com/0no-co/GraphQLSP/pull/250))
## 1.4.1

@@ -4,0 +13,0 @@

8

package.json
{
"name": "@0no-co/graphqlsp",
"version": "1.4.1",
"version": "1.4.2",
"description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.",
"main": "./dist/graphqlsp.js",
"module": "./dist/graphqlsp.module.js",
"main": "./dist/graphqlsp",
"module": "./dist/graphqlsp.mjs",
"types": "./dist/graphqlsp.d.ts",

@@ -11,3 +11,3 @@ "exports": {

"types": "./dist/graphqlsp.d.ts",
"import": "./dist/graphqlsp.module.js",
"import": "./dist/graphqlsp.mjs",
"require": "./dist/graphqlsp.js",

@@ -14,0 +14,0 @@ "source": "./src/index.ts"

Sorry, the diff of this file is too big to display

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