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.8 to 0.1.9

lib/required-keys.d.ts

7

CHANGELOG.md

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

### [0.1.9](https://github.com/BlackGlory/hotypes/compare/v0.1.8...v0.1.9) (2021-04-25)
### Features
* add RequiredKeys ([f838f43](https://github.com/BlackGlory/hotypes/commit/f838f43c918ff2a36dcad7b378f2862bab253ca8))
### [0.1.8](https://github.com/BlackGlory/hotypes/compare/v0.1.7...v0.1.8) (2021-04-25)

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

1

lib/index.d.ts

@@ -24,2 +24,3 @@ export * from './constructor-return-type';

export * from './pick-non-never';
export * from './required-keys';
export * from './tail';

@@ -26,0 +27,0 @@ export * from './unpacked-array-like';

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

__exportStar(require("./pick-non-never"), exports);
__exportStar(require("./required-keys"), exports);
__exportStar(require("./tail"), exports);

@@ -38,0 +39,0 @@ __exportStar(require("./unpacked-array-like"), exports);

2

package.json
{
"name": "hotypes",
"version": "0.1.8",
"version": "0.1.9",
"description": "Higer order types for TypeScript",

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

@@ -50,2 +50,3 @@ # hotypes

- PickNonNever
- RequiredKeys
- Tail

@@ -52,0 +53,0 @@ - UnpackedArrayLike

Sorry, the diff of this file is not supported yet

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