Socket
Socket
Sign inDemoInstall

@thi.ng/checks

Package Overview
Dependencies
Maintainers
1
Versions
164
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/checks - npm Package Compare versions

Comparing version 1.2.1 to 1.3.0

is-promise.d.ts

11

CHANGELOG.md

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

<a name="1.3.0"></a>
# [1.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/checks@1.2.1...@thi.ng/checks@1.3.0) (2018-03-08)
### Features
* **checks:** add isPromise() & isPromiseLike() ([9900e99](https://github.com/thi-ng/umbrella/commit/9900e99))
<a name="1.2.1"></a>

@@ -8,0 +19,0 @@ ## [1.2.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/checks@1.2.0...@thi.ng/checks@1.2.1) (2018-02-18)

2

index.d.ts

@@ -33,2 +33,4 @@ export * from "./exists-not-null";

export * from "./is-positive";
export * from "./is-promise";
export * from "./is-promiselike";
export * from "./is-regexp";

@@ -35,0 +37,0 @@ export * from "./is-safari";

@@ -38,2 +38,4 @@ "use strict";

__export(require("./is-positive"));
__export(require("./is-promise"));
__export(require("./is-promiselike"));
__export(require("./is-regexp"));

@@ -40,0 +42,0 @@ __export(require("./is-safari"));

2

package.json
{
"name": "@thi.ng/checks",
"version": "1.2.1",
"version": "1.3.0",
"description": "Single-function sub-modules for type, feature & value checks",

@@ -5,0 +5,0 @@ "main": "./index.js",

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