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

@tailcallhq/core-linux-ia32-gnu

Package Overview
Dependencies
Maintainers
0
Versions
553
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tailcallhq/core-linux-ia32-gnu - npm Package Compare versions

Comparing version 0.122.7 to 0.123.0

2

package.json

@@ -23,3 +23,3 @@ {

"name": "@tailcallhq/core-linux-ia32-gnu",
"version": "v0.122.7",
"version": "v0.123.0",
"bin": {

@@ -26,0 +26,0 @@ "tailcall": "./bin/tailcall"

@@ -59,5 +59,3 @@ [![Tailcall Logo](https://raw.githubusercontent.com/tailcallhq/tailcall/main/assets/logo_main.svg)](https://tailcall.run)

```graphql
schema
@server(port: 8000, hostname: "0.0.0.0")
@upstream(baseURL: "http://jsonplaceholder.typicode.com", httpCache: 42) {
schema @server(port: 8000, hostname: "0.0.0.0") @upstream(httpCache: 42) {
query: Query

@@ -67,4 +65,4 @@ }

type Query {
posts: [Post] @http(path: "/posts")
user(id: Int!): User @http(path: "/users/{{.args.id}}")
posts: [Post] @http(url: "http://jsonplaceholder.typicode.com/posts")
user(id: Int!): User @http(url: "http://jsonplaceholder.typicode.com/users/{{.args.id}}")
}

@@ -86,3 +84,3 @@

body: String!
user: User @http(path: "/users/{{.value.userId}}")
user: User @http(url: "http://jsonplaceholder.typicode.com/users/{{.value.userId}}")
}

@@ -89,0 +87,0 @@ ```

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