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

check-more-types

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

check-more-types - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

2

bower.json
{
"name": "check-more-types",
"main": "check-more-types.js",
"version": "0.6.0",
"version": "0.6.1",
"homepage": "https://github.com/kensho/check-more-types",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -150,3 +150,3 @@ (function checkMoreTypes(check) {

check.verify.fn(fn, 'expected predicate function');
if (!name) {
if (!check.unemptyString(name)) {
name = fn.name;

@@ -217,6 +217,4 @@ }

predicates.forEach(function (predicate) {
check.mixin(predicate);
});
predicates.forEach(check.mixin);
}(typeof window === 'object' ? window.check : global.check));
{
"name": "check-more-types",
"description": "Additional type checks for https://github.com/philbooth/check-types.js",
"version": "0.6.0",
"version": "0.6.1",
"author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",

@@ -6,0 +6,0 @@ "bugs": {

@@ -1,2 +0,2 @@

# check-more-types v0.6.0
# check-more-types v0.6.1

@@ -3,0 +3,0 @@ > Additional type checks for [check-types.js](https://github.com/philbooth/check-types.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