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

@typegraph/sdk

Package Overview
Dependencies
Maintainers
0
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typegraph/sdk - npm Package Compare versions

Comparing version 0.4.7 to 0.4.8

esm/runtimes/kv.d.ts

8

esm/gen/typegraph_core_2.d.ts

@@ -52,2 +52,3 @@ export namespace aws {

export { importDenoFunction };
export { kvOperation };
export { prismaAggregate };

@@ -74,2 +75,3 @@ export { prismaCount };

export { registerHttpRuntime };
export { registerKvRuntime };
export { registerPrismaRuntime };

@@ -256,2 +258,5 @@ export { registerPythonRuntime };

};
declare function kvOperation(arg0: any, arg1: any): number | {
stack: string[];
};
declare function prismaAggregate(arg0: any, arg1: any): {

@@ -448,2 +453,5 @@ inp: number;

};
declare function registerKvRuntime(arg0: any): number | {
stack: string[];
};
declare function registerPrismaRuntime(arg0: any): number | {

@@ -450,0 +458,0 @@ stack: string[];

5

package.json
{
"module": "./esm/index.js",
"name": "@typegraph/sdk",
"version": "0.4.7",
"version": "0.4.8",
"description": "Declarative API development platform. Build backend components with WASM, Typescript and Python, no matter where and how your (legacy) systems are.",

@@ -66,2 +66,5 @@ "license": "MPL-2.0",

},
"./runtimes/kv": {
"import": "./esm/runtimes/kv.js"
},
"./runtimes/mod": {

@@ -68,0 +71,0 @@ "import": "./esm/runtimes/mod.js"

esm/gen/typegraph_core_2.js

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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