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.1.5 to 1.1.6

8

CHANGELOG.md

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

<a name="1.1.6"></a>
## [1.1.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/checks@1.1.5...@thi.ng/checks@1.1.6) (2018-02-02)
**Note:** Version bump only for package @thi.ng/checks
<a name="1.1.5"></a>

@@ -8,0 +16,0 @@ ## [1.1.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/checks@1.1.4...@thi.ng/checks@1.1.5) (2018-02-01)

2

is-plain-object.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
function isPlainObject(x) {
return x != null && x.constructor === Object;
return Object.prototype.toString.call(x) === "[object Object]";
}
exports.isPlainObject = isPlainObject;
{
"name": "@thi.ng/checks",
"version": "1.1.5",
"version": "1.1.6",
"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