Socket
Socket
Sign inDemoInstall

typical

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typical - npm Package Compare versions

Comparing version 2.0.1 to 2.1.0

5

lib/typical.js

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

exports.isPlainObject = isPlainObject;
exports.isArrayLike = isArrayLike;

@@ -61,1 +62,5 @@ /**

}
function isArrayLike(input){
return typeof input === "object" && input !== null && typeof input.length === "number";
}

2

package.json
{
"name": "typical",
"author": "Lloyd Brookes <75pound@gmail.com>",
"version": "2.0.1",
"version": "2.1.0",
"description": "For type-checking Javascript values.",

@@ -6,0 +6,0 @@ "repository": "https://github.com/75lb/typical.git",

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