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

graphql-anywhere

Package Overview
Dependencies
Maintainers
7
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-anywhere - npm Package Compare versions

Comparing version 4.2.6 to 4.2.7

10

package.json
{
"name": "graphql-anywhere",
"version": "4.2.6",
"version": "4.2.7",
"description": "Run GraphQL queries with no schema and just one resolver",

@@ -15,3 +15,3 @@ "main": "./lib/bundle.cjs.js",

"postbuild": "npm run bundle",
"bundle": "../../node_modules/rollup/bin/rollup -c rollup.config.js",
"bundle": "npx rollup -c rollup.config.js",
"watch": "../../node_modules/tsc-watch/index.js --onSuccess \"npm run postbuild\"",

@@ -45,3 +45,3 @@ "prepublishOnly": "npm run build",

"dependencies": {
"apollo-utilities": "^1.3.3",
"apollo-utilities": "^1.3.4",
"ts-invariant": "^0.3.2",

@@ -51,5 +51,5 @@ "tslib": "^1.10.0"

"peerDependencies": {
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
},
"gitHead": "68fa57751ce201ba6b72efdbf8fdda1729c991cc"
"gitHead": "d22394c419ff7d678afb5e7d4cd1df16ed803ead"
}
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