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

yesnt

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yesnt - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

5

main.js

@@ -1,1 +0,4 @@

const yesnt=o=>!!o;module.exports=yesnt;
// const yesnt = o => !!o;
// module.exports = yesnt;
module.exports = yesnt = o => !!o
{
"name": "yesnt",
"version": "1.0.1",
"version": "1.1.0",
"description": "A tool to help finally distinguish between truthy and falsy objects.",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["yesnt", "isTrue", "isFalse", "bool", "boolean"],

@@ -10,0 +7,0 @@ "author": "ua2",

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