Socket
Socket
Sign inDemoInstall

to-boolean-x

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

to-boolean-x - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

8

dist/to-boolean-x.js
/*!
{
"copywrite": "Copyright (c) 2017-present",
"date": "2019-07-10T15:50:54.142Z",
"date": "2019-07-10T15:56:42.710Z",
"describe": "",
"description": "Converts argument to a value of type Boolean.",
"file": "to-boolean-x.js",
"hash": "3def97b81800d32bce60",
"hash": "79af6cdebfb9565553c3",
"license": "MIT",
"version": "2.0.0"
"version": "2.0.1"
}

@@ -140,3 +140,3 @@ */

*
* @param {*} value - The value to be converted.
* @param {*} [value] - The value to be converted.
* @returns {boolean} 'true' if value is truthy; otherwise 'false'.

@@ -143,0 +143,0 @@ */

/*!
{
"copywrite": "Copyright (c) 2017-present",
"date": "2019-07-10T15:50:54.142Z",
"date": "2019-07-10T15:56:42.710Z",
"describe": "",
"description": "Converts argument to a value of type Boolean.",
"file": "to-boolean-x.min.js",
"hash": "b731ff99e2c47df9cb17",
"hash": "f51186388a7132acc328",
"license": "MIT",
"version": "2.0.0"
"version": "2.0.1"
}

@@ -12,0 +12,0 @@ */

{
"name": "to-boolean-x",
"version": "2.0.0",
"version": "2.0.1",
"description": "Converts argument to a value of type Boolean.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/Xotic750/to-boolean-x",

/**
* The abstract operation ToBoolean converts argument to a value of type Boolean.
*
* @param {*} value - The value to be converted.
* @param {*} [value] - The value to be converted.
* @returns {boolean} 'true' if value is truthy; otherwise 'false'.

@@ -6,0 +6,0 @@ */

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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