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

@nmtjs/type

Package Overview
Dependencies
Maintainers
0
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nmtjs/type - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

6

package.json

@@ -24,3 +24,3 @@ {

"temporal-polyfill": "^0.2.5",
"@nmtjs/common": "0.1.0"
"@nmtjs/common": "0.1.1"
},

@@ -30,3 +30,3 @@ "devDependencies": {

"temporal-polyfill": "^0.2.5",
"@nmtjs/common": "0.1.0"
"@nmtjs/common": "0.1.1"
},

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

],
"version": "0.1.0",
"version": "0.1.1",
"scripts": {

@@ -43,0 +43,0 @@ "build": "neemata-build -p neutral --root=./src './**/*.ts'",

@@ -16,16 +16,13 @@ import { type TNever, Type } from '@sinclair/typebox'

// @ts-expect-error
nullable() {
nullable(): NeverType<true, O> {
throw new Error('NeverType cannot be nullable')
}
// @ts-expect-error
optional() {
optional(): NeverType<N, true> {
throw new Error('NeverType cannot be optional')
}
// @ts-expect-error
nullish() {
nullish(): NeverType<true, true> {
throw new Error('NeverType cannot be nullish')
}
}

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