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.5 to 0.30.6

1

dist/lib/compiler.js

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

interfaces_1.DiagnosticCode.AcceptsTooFewArgumentsToBeUsedAsDecoratorHere,
interfaces_1.DiagnosticCode.PropertyDoesNotExistOnTypeDidYouMean,
]);

@@ -58,0 +59,0 @@ /**

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

CannotAssignToReadOnlyProperty = 2540,
PropertyDoesNotExistOnTypeDidYouMean = 2551,
ExpectedArgumentsButGotOther = 2554,

@@ -41,0 +42,0 @@ ExpectedAtLeastArgumentsButGotOther = 2555,

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

DiagnosticCode[DiagnosticCode["CannotAssignToReadOnlyProperty"] = 2540] = "CannotAssignToReadOnlyProperty";
DiagnosticCode[DiagnosticCode["PropertyDoesNotExistOnTypeDidYouMean"] = 2551] = "PropertyDoesNotExistOnTypeDidYouMean";
DiagnosticCode[DiagnosticCode["ExpectedArgumentsButGotOther"] = 2554] = "ExpectedArgumentsButGotOther";

@@ -27,0 +28,0 @@ DiagnosticCode[DiagnosticCode["ExpectedAtLeastArgumentsButGotOther"] = 2555] = "ExpectedAtLeastArgumentsButGotOther";

2

package.json
{
"name": "tsd",
"version": "0.30.5",
"version": "0.30.6",
"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