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.7.1 to 0.7.2

3

dist/lib/compiler.js

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

interfaces_1.DiagnosticCode.PropertyDoesNotExistOnType,
interfaces_1.DiagnosticCode.CannotAssignToReadOnlyProperty
interfaces_1.DiagnosticCode.CannotAssignToReadOnlyProperty,
interfaces_1.DiagnosticCode.TypeIsNotAssignableToOtherType
]);

@@ -16,0 +17,0 @@ /**

@@ -19,2 +19,3 @@ import { CompilerOptions } from 'typescript';

AwaitIsOnlyAllowedInAsyncFunction = 1308,
TypeIsNotAssignableToOtherType = 2322,
PropertyDoesNotExistOnType = 2339,

@@ -21,0 +22,0 @@ ArgumentTypeIsNotAssignableToParameterType = 2345,

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

DiagnosticCode[DiagnosticCode["AwaitIsOnlyAllowedInAsyncFunction"] = 1308] = "AwaitIsOnlyAllowedInAsyncFunction";
DiagnosticCode[DiagnosticCode["TypeIsNotAssignableToOtherType"] = 2322] = "TypeIsNotAssignableToOtherType";
DiagnosticCode[DiagnosticCode["PropertyDoesNotExistOnType"] = 2339] = "PropertyDoesNotExistOnType";

@@ -8,0 +9,0 @@ DiagnosticCode[DiagnosticCode["ArgumentTypeIsNotAssignableToParameterType"] = 2345] = "ArgumentTypeIsNotAssignableToParameterType";

{
"name": "tsd",
"version": "0.7.1",
"version": "0.7.2",
"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