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

hotypes

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hotypes - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

7

CHANGELOG.md

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

### [0.1.4](https://github.com/BlackGlory/hotypes/compare/v0.1.3...v0.1.4) (2021-03-17)
### Bug Fixes
* fix FunctionKeys ([ecb2c84](https://github.com/BlackGlory/hotypes/commit/ecb2c842b733176b055090bc4a75fddacf2c833f))
### [0.1.3](https://github.com/BlackGlory/hotypes/compare/v0.1.2...v0.1.3) (2021-03-17)

@@ -7,0 +14,0 @@

2

lib/function-keys.d.ts
import { Keys } from './keys';
export declare type FunctionKeys<T extends object> = Keys<T, (...args: any) => unknown>;
export declare type FunctionKeys<T extends object> = Keys<T, (...args: any) => any>;
{
"name": "hotypes",
"version": "0.1.3",
"version": "0.1.4",
"description": "Higer order types for TypeScript",

@@ -5,0 +5,0 @@ "keywords": [

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