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.2 to 0.1.3

lib/with-default.d.ts

7

CHANGELOG.md

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

### [0.1.3](https://github.com/BlackGlory/hotypes/compare/v0.1.2...v0.1.3) (2021-03-17)
### Features
* add WithDefault ([af164a3](https://github.com/BlackGlory/hotypes/commit/af164a36155ad4d1b28d8877447b8656b8837e40))
### [0.1.2](https://github.com/BlackGlory/hotypes/compare/v0.1.1...v0.1.2) (2021-03-17)

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

1

lib/index.d.ts

@@ -27,1 +27,2 @@ export * from './constructor-return-type';

export * from './unpacked-promise';
export * from './with-default';

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

__exportStar(require("./unpacked-promise"), exports);
__exportStar(require("./with-default"), exports);
//# sourceMappingURL=index.js.map

2

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

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

@@ -53,1 +53,2 @@ # hotypes

- UnpackedPromise
- WithDefault

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