New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tsd-lite

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tsd-lite - npm Package Compare versions

Comparing version 0.5.3 to 0.5.4

1

build/index.d.ts
export { tsdLite as default } from "./tsdLite";
export { expectAssignable, expectDeprecated, expectError, expectNotAssignable, expectNotDeprecated, expectNotType, expectType, } from "./assertions";
export type { TsdResult } from "./types";

28

CHANGELOG.md

@@ -5,27 +5,9 @@ # Changelog

## [0.5.2](https://github.com/mrazauskas/tsd-lite/compare/v0.5.1...v0.5.2) - 2022-02-09
## [0.4.1](https://github.com/mrazauskas/tsd-lite/compare/v0.4.0...v0.4.1) (2022-01-17)
### Bug Fixes
-
## [0.5.1](https://github.com/mrazauskas/tsd-lite/compare/v0.5.0...v0.5.1) - 2022-02-05
### Bug Fixes
-
## [0.5.0](https://github.com/mrazauskas/tsd-lite/compare/v0.4.1...v0.5.0) - 2022-02-04
### Bug Fixes
-
## [0.4.1](https://github.com/mrazauskas/tsd-lite/compare/v0.4.0...v0.4.1) - 2022-01-17
### Bug Fixes
- resolve compiler options correctly if `tsconfig.json` is not found.
## [0.4.0](https://github.com/mrazauskas/tsd-lite/compare/v0.3.0...v0.4.0) - 2022-01-17
## [0.4.0](https://github.com/mrazauskas/tsd-lite/compare/v0.3.0...v0.4.0) (2022-01-17)

@@ -41,3 +23,3 @@ ### ⚠ BREAKING CHANGES

## [0.3.0](https://github.com/mrazauskas/tsd-lite/compare/v0.2.0...v0.3.0) - 2022-01-14
## [0.3.0](https://github.com/mrazauskas/tsd-lite/compare/v0.2.0...v0.3.0) (2022-01-14)

@@ -49,3 +31,3 @@ ### ⚠ BREAKING CHANGES

## [0.2.0](https://github.com/mrazauskas/tsd-lite/compare/v0.1.0...v0.2.0) - 2022-01-12
## [0.2.0](https://github.com/mrazauskas/tsd-lite/compare/v0.1.0...v0.2.0) (2022-01-12)

@@ -68,2 +50,2 @@ ### ⚠ BREAKING CHANGES

## 0.1.0 - 2022-01-04
## 0.1.0 (2022-01-04)
{
"name": "tsd-lite",
"version": "0.5.3",
"version": "0.5.4",
"description": "Test your TypeScript types easily",

@@ -37,11 +37,11 @@ "license": "MIT",

"@babel/preset-typescript": "^7.16.7",
"@jest/globals": "^27.4.4",
"@jest/globals": "^28.0.0",
"@tsd/typescript": "^4.5.4",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"babel-jest": "^27.4.5",
"babel-jest": "^28.0.0",
"cspell": "^5.14.0",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"jest": "^27.4.5",
"jest": "^28.0.0",
"prettier": "^2.5.1",

@@ -53,3 +53,3 @@ "typescript": "^4.5.4"

},
"packageManager": "yarn@3.1.1"
"packageManager": "yarn@3.2.1"
}
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