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

@raynode/graphql-anywhere

Package Overview
Dependencies
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@raynode/graphql-anywhere - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

29

package.json
{
"name": "@raynode/graphql-anywhere",
"version": "0.0.1",
"description": "This is a graphql server-ish module that enables you to run a graphql resolver anywhere. This is thought to be used in the browser as a first step to integrating graphql later in the production cycle.",
"keywords": [
"graphql",
"browser",
"server",
"graphql-server",
"apollo-client",
"typescript",
"module"
],
"version": "0.0.2",
"scripts": {

@@ -14,2 +24,19 @@ "lint": "tslint 'src/**/*.ts' '__tests__/**/*.ts'",

},
"author": {
"name": "Tobias Kopelke",
"email": "nox@raynode.de"
},
"engines": {
"node": ">=8.2.1"
},
"contributors": [],
"bugs": {
"url": "https://github.com/raynode/graphql-anywhere/issues",
"email": "graphql-anywhere@raynode.de"
},
"homepage": "https://github.com/raynode/graphql-anywhere",
"repository": {
"type": "git",
"url": "https://github.com/raynode/graphql-anywhere.git"
},
"main": "lib/index.js",

@@ -16,0 +43,0 @@ "typings": "lib/index.d.ts",

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