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.31.0 to 0.31.1

3

dist/lib/compiler.js

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

interfaces_1.DiagnosticCode.NoOverloadMatches,
interfaces_1.DiagnosticCode.Type1IsMissingPropertiesFromType2,
interfaces_1.DiagnosticCode.Type1IsMissingPropertiesFromType2Variant1,
interfaces_1.DiagnosticCode.Type1IsMissingPropertiesFromType2Variant2,
interfaces_1.DiagnosticCode.PropertyMissingInType1ButRequiredInType2,

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

@@ -55,3 +55,4 @@ import { CompilerOptions } from '@tsd/typescript';

ThisContextOfTypeNotAssignableToMethodOfThisType = 2684,
Type1IsMissingPropertiesFromType2 = 2740,
Type1IsMissingPropertiesFromType2Variant1 = 2739,
Type1IsMissingPropertiesFromType2Variant2 = 2740,
PropertyMissingInType1ButRequiredInType2 = 2741,

@@ -58,0 +59,0 @@ NoOverloadExpectsCountOfTypeArguments = 2743,

@@ -41,3 +41,4 @@ "use strict";

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

@@ -44,0 +45,0 @@ DiagnosticCode[DiagnosticCode["NoOverloadExpectsCountOfTypeArguments"] = 2743] = "NoOverloadExpectsCountOfTypeArguments";

{
"name": "tsd",
"version": "0.31.0",
"version": "0.31.1",
"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