New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ntils

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

ntils - npm Package Compare versions

Comparing version

to
1.2.4

4

index.js

@@ -110,3 +110,5 @@ (function (ntils) {

if (this.isNull(obj)) return false;
return typeof obj === "function";
return typeof obj === "function" ||
obj instanceof Function ||
Object.prototype.toString.call(obj) === '[object Function]';
};

@@ -113,0 +115,0 @@

{
"name": "ntils",
"version": "1.2.3",
"version": "1.2.4",
"description": "一个 Node & Browser 工具函数集",

@@ -5,0 +5,0 @@ "main": "index.js",