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.0 to 0.30.1

1

dist/lib/interfaces.d.ts

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

ExpressionNotConstructable = 2351,
ObjectLiteralMayOnlySpecifyKnownProperties = 2353,
TypeNotAssignableWithExactOptionalPropertyTypes = 2375,

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

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

DiagnosticCode[DiagnosticCode["ExpressionNotConstructable"] = 2351] = "ExpressionNotConstructable";
DiagnosticCode[DiagnosticCode["ObjectLiteralMayOnlySpecifyKnownProperties"] = 2353] = "ObjectLiteralMayOnlySpecifyKnownProperties";
DiagnosticCode[DiagnosticCode["TypeNotAssignableWithExactOptionalPropertyTypes"] = 2375] = "TypeNotAssignableWithExactOptionalPropertyTypes";

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

2

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