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.2 to 0.30.3

1

dist/lib/compiler.js

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

interfaces_1.DiagnosticCode.ObjectLiteralMayOnlySpecifyKnownProperties,
interfaces_1.DiagnosticCode.ObjectLiteralMayOnlySpecifyKnownProperties2,
]);

@@ -46,0 +47,0 @@ /**

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

ObjectLiteralMayOnlySpecifyKnownProperties = 2353,
ObjectLiteralMayOnlySpecifyKnownProperties2 = 2561,
TypeNotAssignableWithExactOptionalPropertyTypes = 2375,

@@ -39,0 +40,0 @@ TypeNotAssignableToParameterWithExactOptionalPropertyTypes = 2379,

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

DiagnosticCode[DiagnosticCode["ObjectLiteralMayOnlySpecifyKnownProperties"] = 2353] = "ObjectLiteralMayOnlySpecifyKnownProperties";
DiagnosticCode[DiagnosticCode["ObjectLiteralMayOnlySpecifyKnownProperties2"] = 2561] = "ObjectLiteralMayOnlySpecifyKnownProperties2";
DiagnosticCode[DiagnosticCode["TypeNotAssignableWithExactOptionalPropertyTypes"] = 2375] = "TypeNotAssignableWithExactOptionalPropertyTypes";

@@ -25,0 +26,0 @@ DiagnosticCode[DiagnosticCode["TypeNotAssignableToParameterWithExactOptionalPropertyTypes"] = 2379] = "TypeNotAssignableToParameterWithExactOptionalPropertyTypes";

2

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