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.7.1 to 1.8.0

api/package.json

12

CHANGELOG.md
# @0no-co/graphqlsp
## 1.8.0
### Minor Changes
- Expose the `init` and `getGraphQLDiagnostics` methods
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#279](https://github.com/0no-co/GraphQLSP/pull/279))
### Patch Changes
- Switch to loading the schema with `@gql.tada/internal` utilities
Submitted by [@kitten](https://github.com/kitten) (See [#277](https://github.com/0no-co/GraphQLSP/pull/277))
## 1.7.1

@@ -4,0 +16,0 @@

4

dist/graphqlsp.d.ts

@@ -1,6 +0,6 @@

import typescript from 'typescript/lib/tsserverlibrary';
import ts from 'typescript/lib/tsserverlibrary';
type Logger = (msg: string) => void;
declare const init: typescript.server.PluginModuleFactory;
declare const init: ts.server.PluginModuleFactory;
export { type Logger, init as default };
{
"name": "@0no-co/graphqlsp",
"version": "1.7.1",
"version": "1.8.0",
"description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.",

@@ -15,2 +15,8 @@ "main": "./dist/graphqlsp",

},
"./api": {
"types": "./dist/api.d.ts",
"import": "./dist/api.mjs",
"require": "./dist/api.js",
"source": "./src/api.ts"
},
"./package.json": "./package.json"

@@ -39,3 +45,2 @@ },

"@types/node-fetch": "^2.6.3",
"graphql": "^16.8.1",
"graphql-language-service": "^5.2.0",

@@ -46,3 +51,4 @@ "lru-cache": "^10.0.1",

"dependencies": {
"@gql.tada/internal": "^0.1.0",
"@gql.tada/internal": "^0.1.2",
"graphql": "^16.8.1",
"node-fetch": "^2.0.0"

@@ -49,0 +55,0 @@ },

@@ -117,2 +117,17 @@ # GraphQLSP

## 💙 [Sponsors](https://github.com/sponsors/urql-graphql)
<table>
<tr>
<td align="center"><a href="https://bigcommerce.com/"><img src="https://avatars.githubusercontent.com/u/186342?s=150&v=4" width="150" alt="BigCommerce"/><br />BigCommerce</a></td>
<td align="center"><a href="https://wundergraph.com/"><img src="https://avatars.githubusercontent.com/u/64281914?s=200&v=4" width="150" alt="WunderGraph"/><br />WunderGraph</a></td>
</tr>
</table>
<table>
<tr>
<td align="center"><a href="https://beatgig.com/"><img src="https://avatars.githubusercontent.com/u/51333382?s=200&v=4" width="100" alt="BeatGig"/><br />BeatGig</a></td>
</tr>
</table>
## Local development

@@ -119,0 +134,0 @@

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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