Socket
Socket
Sign inDemoInstall

lie-every

Package Overview
Dependencies
9
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    lie-every

every goddman lie


Version published
Weekly downloads
2
Maintainers
1
Install size
155 kB
Created
Weekly downloads
 

Readme

Source

lie-every

API

npm install lie-every
var every = require('lie-every');

###every

every(array[, function])

Applies the function the the array of promies or values (or mix) and returns true if they are all truthy.

It is lazy and will resolve as soon as the first falsy value is encountered.

If the function is omited then it tests the truthiness of the values.

License

MIT

Keywords

FAQs

Last updated on 25 Oct 2013

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc