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

type-fns

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

type-fns - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

7

changelog.md
# Changelog
### [0.4.1](https://www.github.com/ehmpathy/type-fns/compare/v0.4.0...v0.4.1) (2022-11-24)
### Bug Fixes
* **exports:** actually export isAPromise, isAFunction, PickOne ([ad5b28f](https://www.github.com/ehmpathy/type-fns/commit/ad5b28f1d2da9fe382d1245d38d970b1b0e7bd1c))
## [0.4.0](https://www.github.com/ehmpathy/type-fns/compare/v0.3.0...v0.4.0) (2022-11-24)

@@ -4,0 +11,0 @@

3

dist/index.d.ts

@@ -7,1 +7,4 @@ export * from './checks/hasId';

export * from './wrappers/withNot';
export * from './checks/isAFunction';
export * from './checks/isAPromise';
export * from './types/PickOne';

@@ -19,2 +19,5 @@ "use strict";

__exportStar(require("./wrappers/withNot"), exports);
__exportStar(require("./checks/isAFunction"), exports);
__exportStar(require("./checks/isAPromise"), exports);
__exportStar(require("./types/PickOne"), exports);
//# sourceMappingURL=index.js.map

2

package.json
{
"name": "type-fns",
"version": "0.4.0",
"version": "0.4.1",
"description": "A set of types, type checks, and type guards for simpler, safer, and easier to read code.",

@@ -5,0 +5,0 @@ "author": "UladKasach @uladkasach",

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