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.3.2 to 1.4.0

has-performance.d.ts

11

CHANGELOG.md

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

<a name="1.4.0"></a>
# [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)
### Features
* **checks:** add hasPerformance() check (performance.now) ([40d706b](https://github.com/thi-ng/umbrella/commit/40d706b))
<a name="1.3.2"></a>

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

1

index.d.ts

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

export * from "./has-min-length";
export * from "./has-performance";
export * from "./has-wasm";

@@ -8,0 +9,0 @@ export * from "./has-webgl";

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

__export(require("./has-min-length"));
__export(require("./has-performance"));
__export(require("./has-wasm"));

@@ -13,0 +14,0 @@ __export(require("./has-webgl"));

2

package.json
{
"name": "@thi.ng/checks",
"version": "1.3.2",
"version": "1.4.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