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.1.2 to 0.1.3

25

package.json
{
"name": "edgeql",
"version": "0.1.2",
"version": "0.1.3",
"author": "Minghe <h.minghe@gmail.com> (https://github.com/metrue)",

@@ -22,3 +22,3 @@ "license": "MIT",

"main": "dist/index.js",
"types": "dist/index.d.ts",
"types": "dist/esm/index.d.ts",
"files": [

@@ -48,3 +48,3 @@ "dist/**/*"

"./jwt": {
"types": "./dist/middleware/jwt/index.d.ts",
"types": "./dist/esm/middleware/jwt/index.d.ts",
"import": "./dist/esm/middleware/jwt/index.js",

@@ -69,2 +69,21 @@ "require": "./dist/cjs/middleware/jwt/index.js"

},
"typesVersions": {
"*": {
".": [
"./dist/esm/index.d.ts"
],
"middleware/jwt": [
"./dist/esm/middleware/jwt"
],
"middleware/wallclock": [
"./dist/esm/middleware/wallclock"
],
"utils/jwt": [
"./dist/esm/utils/jwt/index.d.ts"
],
"utils/*": [
"./dist/esm/utils/*"
]
}
},
"dependencies": {

@@ -71,0 +90,0 @@ "@graphql-tools/schema": "^10.0.2",

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