Socket
Socket
Sign inDemoInstall

@typegraph/sdk

Package Overview
Dependencies
0
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.4 to 0.3.2

deps/_import.d.ts

79

package.json
{
"module": "./esm/mod.js",
"name": "@typegraph/sdk",
"version": "0.2.4",
"version": "0.3.2",
"description": "Declarative API development platform. Build serverless backends with zero-trust and less code, no matter where and how your (legacy) systems are.",
"license": "MPL-2.0",
"type": "module",
"repository": {

@@ -14,70 +13,12 @@ "type": "git",

},
"exports": {
".": {
"import": "./esm/mod.js"
},
"./deps": {
"import": "./esm/deps.js"
},
"./effects": {
"import": "./esm/effects.js"
},
"./params": {
"import": "./esm/params.js"
},
"./policy": {
"import": "./esm/policy.js"
},
"./providers/aws": {
"import": "./esm/providers/aws.js"
},
"./providers/prisma": {
"import": "./esm/providers/prisma.js"
},
"./providers/temporal": {
"import": "./esm/providers/temporal.js"
},
"./runtimes/deno": {
"import": "./esm/runtimes/deno.js"
},
"./runtimes/graphql": {
"import": "./esm/runtimes/graphql.js"
},
"./runtimes/http": {
"import": "./esm/runtimes/http.js"
},
"./runtimes/python": {
"import": "./esm/runtimes/python.js"
},
"./runtimes/random": {
"import": "./esm/runtimes/random.js"
},
"./runtimes/wasmedge": {
"import": "./esm/runtimes/wasmedge.js"
},
"./typegraph": {
"import": "./esm/typegraph.js"
},
"./types": {
"import": "./esm/types.js"
},
"./utils/func_utils": {
"import": "./esm/utils/func_utils.js"
},
"./utils/injection_utils": {
"import": "./esm/utils/injection_utils.js"
},
"./utils/type_utils": {
"import": "./esm/utils/type_utils.js"
},
"./wit": {
"import": "./esm/wit.js"
}
"keywords": [],
"author": "",
"license": "MPL-2.0",
"devDependencies": {
"typescript": "^5.3.3"
},
"dependencies": {
"@deno/shim-deno": "~0.16.1"
},
"devDependencies": {
"@types/node": "^18.11.9"
"scripts": {
"build": "pnpm exec tsc && cp -R ./src/gen ./dist/",
"test": "echo \"Error: no test specified\" && exit 1"
}
}
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