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

mlh-tsd

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mlh-tsd - npm Package Compare versions

Comparing version 0.14.0 to 0.14.1

2

package.json
{
"name": "mlh-tsd",
"version": "0.14.0",
"version": "0.14.1",
"description": "Check TypeScript type definitions",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -1,4 +0,4 @@

# tsd [![Build Status](https://travis-ci.org/SamVerschueren/tsd.svg?branch=master)](https://travis-ci.org/SamVerschueren/tsd)
# mlh-tsd
> Check TypeScript type definitions
> Check TypeScript type definitions. Vanilla [tsd](https://github.com/SamVerschueren/tsd) but with extra features.

@@ -9,3 +9,3 @@

```
$ npm install tsd
$ npm install mlh-tsd
```

@@ -48,3 +48,3 @@

```ts
import {expectType} from 'tsd';
import {expectType} from 'mlh-tsd';
import concat from '.';

@@ -78,3 +78,3 @@

```ts
import {expectType} from 'tsd';
import {expectType} from 'mlh-tsd';
import concat from '.';

@@ -93,3 +93,3 @@

```ts
import {expectType, expectAssignable} from 'tsd';
import {expectType, expectAssignable} from 'mlh-tsd';
import concat from '.';

@@ -106,3 +106,3 @@

```ts
import {expectType, expectError} from 'tsd';
import {expectType, expectError} from 'mlh-tsd';
import concat from '.';

@@ -203,3 +203,3 @@

```ts
import tsd from 'tsd';
import tsd from 'mlh-tsd';

@@ -206,0 +206,0 @@ (async () => {

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