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

@acq/bool

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@acq/bool - npm Package Compare versions

Comparing version 0.1.6 to 0.2.0

6

dist/index.cjs.js

@@ -7,2 +7,8 @@ 'use strict';

/**
*
* @param {string|*} v
* @returns {boolean}
*/
const bool = v => {

@@ -9,0 +15,0 @@ var _v;

import { STR } from '@typen/enums';
/**
*
* @param {string|*} v
* @returns {boolean}
*/
const bool = v => {

@@ -4,0 +10,0 @@ var _v;

6

package.json
{
"name": "@acq/bool",
"version": "0.1.6",
"version": "0.2.0",
"description": "A util tool",

@@ -18,3 +18,3 @@ "main": "dist/index.cjs.js",

"dependencies": {
"@typen/enums": "^0.0.1"
"@typen/enums": "^0.0.4"
},

@@ -39,3 +39,3 @@ "repository": {

"homepage": "https://github.com/hoyeungw/acq#readme",
"gitHead": "c36d0a103858ee4dc41ee4b1e76bf430bbff94d1"
"gitHead": "90cd070a0ce3315cbf53a345744ea689230b3187"
}
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