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.4.0 to 1.5.0

is-date.d.ts

11

CHANGELOG.md

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

<a name="1.5.0"></a>
# [1.5.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/checks@1.4.0...@thi.ng/checks@1.5.0) (2018-04-26)
### Features
* **checks:** add date, map, nan, set checks ([a865f62](https://github.com/thi-ng/umbrella/commit/a865f62))
<a name="1.4.0"></a>

@@ -8,0 +19,0 @@ # [1.4.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/checks@1.3.2...@thi.ng/checks@1.4.0) (2018-04-08)

4

index.d.ts

@@ -16,2 +16,3 @@ export * from "./exists-not-null";

export * from "./is-chrome";
export * from "./is-date";
export * from "./is-even";

@@ -26,3 +27,5 @@ export * from "./is-false";

export * from "./is-iterable";
export * from "./is-map";
export * from "./is-mobile";
export * from "./is-nan";
export * from "./is-negative";

@@ -40,2 +43,3 @@ export * from "./is-node";

export * from "./is-safari";
export * from "./is-set";
export * from "./is-string";

@@ -42,0 +46,0 @@ export * from "./is-symbol";

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

__export(require("./is-chrome"));
__export(require("./is-date"));
__export(require("./is-even"));

@@ -31,3 +32,5 @@ __export(require("./is-false"));

__export(require("./is-iterable"));
__export(require("./is-map"));
__export(require("./is-mobile"));
__export(require("./is-nan"));
__export(require("./is-negative"));

@@ -45,2 +48,3 @@ __export(require("./is-node"));

__export(require("./is-safari"));
__export(require("./is-set"));
__export(require("./is-string"));

@@ -47,0 +51,0 @@ __export(require("./is-symbol"));

2

is-plain-object.d.ts

@@ -7,2 +7,2 @@ /**

*/
export declare function isPlainObject(x: any): x is Object;
export declare function isPlainObject(x: any): x is object;
{
"name": "@thi.ng/checks",
"version": "1.4.0",
"version": "1.5.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