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.1 to 0.1.2

3

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

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

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

@@ -23,0 +24,0 @@ reject(a);

{
"name": "lie-all",
"version": "0.1.1",
"version": "0.1.2",
"description": "all of the lies",

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

"lie-cast": "~0.1.1",
"lie-quickmap": "~0.1.0"
"lie-quickmap": "~0.1.0",
"lie-quickeach": "~0.1.1"
}
}
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