Socket
Socket
Sign inDemoInstall

tsd

Package Overview
Dependencies
Maintainers
2
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tsd - npm Package Compare versions

Comparing version 0.30.4 to 0.30.5

1

dist/lib/compiler.js

@@ -28,2 +28,3 @@ "use strict";

interfaces_1.DiagnosticCode.NoOverloadMatches,
interfaces_1.DiagnosticCode.Type1IsMissingPropertiesFromType2,
interfaces_1.DiagnosticCode.PropertyMissingInType1ButRequiredInType2,

@@ -30,0 +31,0 @@ interfaces_1.DiagnosticCode.TypeHasNoPropertiesInCommonWith,

@@ -54,2 +54,3 @@ import { CompilerOptions } from '@tsd/typescript';

ThisContextOfTypeNotAssignableToMethodOfThisType = 2684,
Type1IsMissingPropertiesFromType2 = 2740,
PropertyMissingInType1ButRequiredInType2 = 2741,

@@ -56,0 +57,0 @@ NoOverloadExpectsCountOfTypeArguments = 2743,

@@ -40,2 +40,3 @@ "use strict";

DiagnosticCode[DiagnosticCode["ThisContextOfTypeNotAssignableToMethodOfThisType"] = 2684] = "ThisContextOfTypeNotAssignableToMethodOfThisType";
DiagnosticCode[DiagnosticCode["Type1IsMissingPropertiesFromType2"] = 2740] = "Type1IsMissingPropertiesFromType2";
DiagnosticCode[DiagnosticCode["PropertyMissingInType1ButRequiredInType2"] = 2741] = "PropertyMissingInType1ButRequiredInType2";

@@ -42,0 +43,0 @@ DiagnosticCode[DiagnosticCode["NoOverloadExpectsCountOfTypeArguments"] = 2743] = "NoOverloadExpectsCountOfTypeArguments";

2

package.json
{
"name": "tsd",
"version": "0.30.4",
"version": "0.30.5",
"description": "Check TypeScript type definitions",

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

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