Socket
Socket
Sign inDemoInstall

graphql

Package Overview
Dependencies
0
Maintainers
7
Versions
247
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 17.0.0-alpha.2.canary.pr.3937.8e773a04d8041ffc00a1550e8c6688e01ba11832 to 17.0.0-alpha.2.canary.pr.3957.454033bcee41c456acce935e49e3e420b75115e4

2

jsutils/instanceOf.js

@@ -14,3 +14,3 @@ 'use strict';

// FIXME: https://github.com/graphql/graphql-js/issues/2317
globalThis.process?.env.NODE_ENV === 'production'
globalThis.process != null && globalThis.process.env.NODE_ENV === 'production'
? function instanceOf(value, constructor) {

@@ -17,0 +17,0 @@ return value instanceof constructor;

{
"name": "graphql",
"version": "17.0.0-alpha.2.canary.pr.3937.8e773a04d8041ffc00a1550e8c6688e01ba11832",
"version": "17.0.0-alpha.2.canary.pr.3957.454033bcee41c456acce935e49e3e420b75115e4",
"description": "A Query Language and Runtime which can target any service.",

@@ -35,7 +35,7 @@ "license": "MIT",

"publishConfig": {
"tag": "canary-pr-3937"
"tag": "canary-pr-3957"
},
"main": "index",
"module": "index.mjs",
"deprecated": "You are using canary version build from https://github.com/graphql/graphql-js/pull/3937, no gurantees provided so please use your own discretion."
"deprecated": "You are using canary version build from https://github.com/graphql/graphql-js/pull/3957, no gurantees provided so please use your own discretion."
}

@@ -26,3 +26,3 @@ # GraphQL.js

With npm:
With `npm`:

@@ -33,3 +33,3 @@ ```sh

or using yarn:
With `yarn`:

@@ -40,2 +40,8 @@ ```sh

With `bun`:
```sh
bun add graphql
```
GraphQL.js provides two important capabilities: building a type schema and

@@ -42,0 +48,0 @@ serving queries against that type schema.

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc