Socket
Socket
Sign inDemoInstall

expect-type

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expect-type - npm Package Compare versions

Comparing version 0.7.6 to 0.7.7

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [0.7.7](https://github.com/mmkal/ts/compare/expect-type@0.7.6...expect-type@0.7.7) (2020-07-09)
### Bug Fixes
* specify respoitory url + directory ([a8fa28c](https://github.com/mmkal/ts/commit/a8fa28cbee184ea43e90cc75192a406adc398da0)), closes [/github.com/renovatebot/renovate/issues/6709#issuecomment-655533425](https://github.com//github.com/renovatebot/renovate/issues/6709/issues/issuecomment-655533425)
## [0.7.6](https://github.com/mmkal/ts/compare/expect-type@0.7.5...expect-type@0.7.6) (2020-06-29)

@@ -8,0 +19,0 @@

10

package.json
{
"name": "expect-type",
"version": "0.7.6",
"repository": "https://github.com/mmkal/ts",
"version": "0.7.7",
"repository": {
"type": "git",
"url": "https://github.com/mmkal/ts",
"directory": "packages/expect-type"
},
"homepage": "https://github.com/mmkal/ts/tree/main/packages/expect-type#readme",

@@ -21,3 +25,3 @@ "license": "Apache-2.0",

],
"gitHead": "e7c08a8b6b807a9e80633a8336832b8978cc404f"
"gitHead": "27fd1f869dd48af68a32a485b29fd97b7b15ec47"
}

@@ -294,2 +294,2 @@ # expect-type

- built into existing tooling. No extra build step, cli tool, IDE extension, or lint plugin is needed. Just import the function and start writing tests. Failures will be at compile time - they'll appear in your IDE and when you run `tsc`.
- simple implementation with no dependencies. ~100 lines of code - [take a look!](https://github.com/mmkal/ts/tree/e7c08a8/packages/expect-type/src/index.ts)
- simple implementation with no dependencies. ~100 lines of code - [take a look!](https://github.com/mmkal/ts/tree/27fd1f8/packages/expect-type/src/index.ts)
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