Socket
Socket
Sign inDemoInstall

lie-all

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lie-all - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

5

lib/all.js
var promise = require('lie');
var cast = require('lie-cast');
var qMap = require('lie-quickmap');
function all(array) {

@@ -19,3 +20,3 @@ return promise(function(fulfill, reject) {

};
array.map(cast).forEach(function(v, i) {
qMap(array,cast).forEach(function(v, i) {
v.then(onSuccess(i), function(a) {

@@ -27,2 +28,2 @@ reject(a);

}
module.exports = all;
module.exports = all;
{
"name": "lie-all",
"version": "0.1.0",
"version": "0.1.1",
"description": "all of the lies",

@@ -31,4 +31,5 @@ "main": "lib/all.js",

"lie": "~2.0.6",
"lie-cast": "~0.1.1"
"lie-cast": "~0.1.1",
"lie-quickmap": "~0.1.0"
}
}

2

readme.md
```javascript
var all = require('lia-all');
var all = require('lie-all');
```

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

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