Socket
Socket
Sign inDemoInstall

@platform/util.is

Package Overview
Dependencies
Maintainers
1
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@platform/util.is - npm Package Compare versions

Comparing version 0.0.144 to 0.0.145

3

lib/is.js

@@ -41,2 +41,5 @@ "use strict";

},
promise: function (value) {
return value ? typeof value === 'object' && typeof value.then === 'function' : false;
},
};

@@ -14,2 +14,3 @@ export declare type Is = IsFlags & IsMethods;

subject(input?: any): boolean;
promise(input?: any): boolean;
};

8

package.json
{
"name": "@platform/util.is",
"version": "0.0.144",
"version": "0.0.145",
"description": "Environment flags.",

@@ -11,3 +11,3 @@ "main": "lib/index",

"lint": "ts lint",
"build": "ts build",
"build": "ts build --no-esm",
"prepare": "ts prepare"

@@ -17,4 +17,4 @@ },

"devDependencies": {
"@platform/test": "0.2.2",
"@platform/ts": "4.1.5"
"@platform/test": "0.2.3",
"@platform/ts": "4.1.6"
},

@@ -21,0 +21,0 @@ "files": [

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