Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

expect-type

Package Overview
Dependencies
Maintainers
1
Versions
58
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.4 to 0.7.5

9

CHANGELOG.md

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

## [0.7.5](https://github.com/mmkal/ts/compare/expect-type@0.7.4...expect-type@0.7.5) (2020-06-29)
**Note:** Version bump only for package expect-type
## [0.7.4](https://github.com/mmkal/ts/compare/expect-type@0.7.3...expect-type@0.7.4) (2020-05-14)

@@ -8,0 +17,0 @@

6

package.json
{
"name": "expect-type",
"version": "0.7.4",
"version": "0.7.5",
"repository": "https://github.com/mmkal/ts",
"homepage": "https://github.com/mmkal/ts/tree/master/packages/expect-type#readme",
"homepage": "https://github.com/mmkal/ts/tree/main/packages/expect-type#readme",
"license": "Apache-2.0",

@@ -21,3 +21,3 @@ "main": "dist/index.js",

],
"gitHead": "1ac4c284a360ae8fe0f86dd87b64851869b1de37"
"gitHead": "23f25aaaafbe85418042d57964251f4d6ba91fb6"
}

@@ -7,3 +7,3 @@ # expect-type

[![Node CI](https://github.com/mmkal/ts/workflows/Node%20CI/badge.svg)](https://github.com/mmkal/ts/actions?query=workflow%3A%22Node+CI%22)
[![codecov](https://codecov.io/gh/mmkal/ts/branch/master/graph/badge.svg)](https://codecov.io/gh/mmkal/ts/tree/master/packages/expect-type)
[![codecov](https://codecov.io/gh/mmkal/ts/branch/main/graph/badge.svg)](https://codecov.io/gh/mmkal/ts/tree/main/packages/expect-type)
[![npm version](https://badge.fury.io/js/expect-type.svg)](https://npmjs.com/package/expect-type)

@@ -295,2 +295,2 @@ <!-- codegen:end -->

- 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/1ac4c28/packages/expect-type/src/index.ts)
- simple implementation with no dependencies. ~100 lines of code - [take a look!](https://github.com/mmkal/ts/tree/23f25aa/packages/expect-type/src/index.ts)

Sorry, the diff of this file is too big to display

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