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

@nmtjs/application

Package Overview
Dependencies
Maintainers
0
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nmtjs/application - npm Package Compare versions

Comparing version 0.3.6 to 0.3.7

6

lib/types.ts

@@ -1,2 +0,2 @@

import type { ApiBlob, ApiBlobInterface } from '@nmtjs/common'
import type { ApiBlobInterface } from '@nmtjs/common'

@@ -163,3 +163,5 @@ import type { Api } from './api.ts'

: {
[P in keyof Instance as JsonPrimitiveMain<Instance[P]> extends never
-readonly [P in keyof Instance as JsonPrimitiveMain<
Instance[P]
> extends never
? never

@@ -166,0 +168,0 @@ : P]: JsonPrimitiveMain<Instance[P]>

@@ -17,10 +17,10 @@ {

"@types/node": "^18",
"@nmtjs/common": "0.3.6",
"@nmtjs/contract": "0.3.6",
"@nmtjs/type": "0.3.6"
"@nmtjs/common": "0.3.7",
"@nmtjs/contract": "0.3.7",
"@nmtjs/type": "0.3.7"
},
"peerDependencies": {
"@nmtjs/common": "0.3.6",
"@nmtjs/contract": "0.3.6",
"@nmtjs/type": "0.3.6"
"@nmtjs/common": "0.3.7",
"@nmtjs/type": "0.3.7",
"@nmtjs/contract": "0.3.7"
},

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

],
"version": "0.3.6",
"version": "0.3.7",
"scripts": {

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

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