New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nmtjs/client

Package Overview
Dependencies
Maintainers
0
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nmtjs/client - npm Package Compare versions

Comparing version 0.4.8 to 0.5.0

6

lib/client-runtime.ts

@@ -51,5 +51,5 @@ import type {

? [options?: ClientCallOptions]
: t.infer.staticType<
: t.infer.input.decoded<
Services[K][P]['contract']['input']
>['isOptional'] extends true
> extends undefined
? [data?: Services[K][P]['input'], options?: ClientCallOptions]

@@ -62,3 +62,3 @@ : [data: Services[K][P]['input'], options?: ClientCallOptions]

? undefined
: Services[K][P]['output']
: t.infer.decoded<Services[K][P]['output']>
subscription: Subscription<{

@@ -65,0 +65,0 @@ [KE in keyof Services[K][P]['events']]: [

@@ -13,3 +13,3 @@ import type { TServiceContract, TSubscriptionContract } from '@nmtjs/contract'

contract: Services[K]['procedures'][P]
input: InputType<t.infer.encoded<Services[K]['procedures'][P]['input']>>
input: t.infer.input.encoded<Services[K]['procedures'][P]['input']>
output: OutputType<

@@ -16,0 +16,0 @@ t.infer.encoded<Services[K]['procedures'][P]['output']>

@@ -22,5 +22,5 @@ {

"dependencies": {
"@nmtjs/type": "0.4.8",
"@nmtjs/common": "0.4.8",
"@nmtjs/contract": "0.4.8"
"@nmtjs/type": "0.5.0",
"@nmtjs/common": "0.5.0",
"@nmtjs/contract": "0.5.0"
},

@@ -35,3 +35,3 @@ "files": [

],
"version": "0.4.8",
"version": "0.5.0",
"scripts": {

@@ -38,0 +38,0 @@ "build": "neemata-build -p neutral ./index.ts './lib/**/*.ts'",

Sorry, the diff of this file is not supported yet

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