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

edgeql

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

edgeql - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

3

package.json
{
"name": "edgeql",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"main": "dist/index.js",

@@ -5,0 +6,0 @@ "types": "dist/index.d.ts",

@@ -1,2 +0,2 @@

# Buble
# EdgeQL

@@ -6,3 +6,3 @@ Bringing GraphQL to the Edge with effortless lightness.

```typescript
import { Buble } from 'buble'
import { EdgeQL } from 'buble'
import type { Context } from 'buble'

@@ -15,3 +15,3 @@ import {

const app = new Buble()
const app = new EdgeQL()

@@ -25,3 +25,3 @@ const helloworld: GraphQLSchema = new GraphQLSchema({

resolve: (parent: any, args: any, ctx: Context, info: any) => {
return 'helloworld, Buble'
return 'helloworld, EdgeQL'
},

@@ -28,0 +28,0 @@ },

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