corifeus-node-utils
Advanced tools
Comparing version 1.0.31-57 to 1.0.34-64
{ | ||
"name": "corifeus-node-utils", | ||
"version": "1.0.31-57", | ||
"version": "1.0.34-64", | ||
"corifeus": { | ||
"icon": "fa fa-lightbulb-o", | ||
"time": "4/21/2017, 12:32:46 PM", | ||
"time-stamp": 1492770766909, | ||
"time": "4/22/2017, 6:18:24 PM", | ||
"time-stamp": 1492877904022, | ||
"code": "Memory" | ||
}, | ||
"description": "Corifeus Node Utils", | ||
"description": "Corifeus Utils", | ||
"main": "src/index.js", | ||
@@ -21,3 +21,3 @@ "directories": { | ||
"type": "git", | ||
"url": "git+https://github.com/patrikx3/corifeus-node-utils.git" | ||
"url": "git+https://github.com/patrikx3/corifeus-utils.git" | ||
}, | ||
@@ -33,7 +33,7 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/patrikx3/corifeus-node-utils/issues" | ||
"url": "https://github.com/patrikx3/corifeus-utils/issues" | ||
}, | ||
"homepage": "https://pages.corifeus.tk/corifeus-node-utils", | ||
"homepage": "https://pages.corifeus.tk/corifeus-utils", | ||
"devDependencies": { | ||
"corifeus-builder": "^1.5.422-516" | ||
"corifeus-builder": "^1.5.427-520" | ||
}, | ||
@@ -40,0 +40,0 @@ "dependencies": { |
@@ -1,33 +0,2 @@ | ||
[//]: #@corifeus-header | ||
[![Build Status](https://travis-ci.org/patrikx3/corifeus-node-utils.svg?branch=master)](https://travis-ci.org/patrikx3/corifeus-node-utils) | ||
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/patrikx3/corifeus-node-utils/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/patrikx3/corifeus-node-utils/?branch=master) | ||
[![Code Coverage](https://scrutinizer-ci.com/g/patrikx3/corifeus-node-utils/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/patrikx3/corifeus-node-utils/?branch=master) [![Trello](https://img.shields.io/badge/Trello-Corifeus-026aa7.svg)](https://trello.com/b/3NArfcD1/corifeus) | ||
--- | ||
[//]: #@corifeus-header:end | ||
Misc utils (async array iterator, random characters, exit on silent ```unhandledRejection``` errors, etc...) | ||
* Modules | ||
* Async Array Iterator | ||
* Error for strintify | ||
* Lodash Pascal | ||
* Process ```unhandledRejection``` to ```process.exit()``` | ||
* Random async a-z A-Z 0-9 x length character | ||
[//]: #@corifeus-footer | ||
--- | ||
[**CORIFEUS-NODE-UTILS**](https://pages.corifeus.tk/corifeus-node-utils) Build v1.0.30-55 on 4/21/2017, 12:02:13 PM | ||
[Corifeus](http://github.com/patrikx3/corifeus) by [Patrik Laszlo](http://patrikx3.tk) | ||
[//]: #@corifeus-footer:end | ||
Moved to: | ||
https://www.npmjs.com/package/corifeus-utils |
@@ -12,2 +12,3 @@ require('./lodash') | ||
forEachAsync: require('./for-each-async'), | ||
replaceInject: require('./replace-inject') | ||
} | ||
@@ -14,0 +15,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
13
99
56946
1
2