Comparing version 0.0.1-beta.0 to 1.0.0
{ | ||
"name": "queuefy", | ||
"version": "0.0.1-beta.0", | ||
"version": "1.0.0", | ||
"private": false, | ||
@@ -28,3 +28,3 @@ "description": "Wrapper to make any async handler be like a single thread with queue", | ||
"push:report": "yarn coveralls:push", | ||
"coveralls:push": "cat ./coverage/lcov.info | coveralls", | ||
"coveralls:push": "cat ./coverage/lcov.info | coveralls || exit 0", | ||
"docs": "typedoc --readme README.md --tsconfig tsconfig.json src/main --ignoreCompilerErrors || exit 0", | ||
@@ -74,2 +74,5 @@ "uglify": "for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done", | ||
}, | ||
"dependencies": { | ||
"tslib": "^2.0.0" | ||
}, | ||
"release": { | ||
@@ -93,6 +96,3 @@ "branch": "master", | ||
] | ||
}, | ||
"dependencies": { | ||
"tslib": "^2.0.0" | ||
} | ||
} |
@@ -1,2 +0,9 @@ | ||
## queuefy | ||
# queuefy | ||
[![Build Status](https://travis-ci.com/qiwi/queuefy.svg?branch=master)](https://travis-ci.com/qiwi/queuefy) | ||
[![npm (tag)](https://img.shields.io/npm/v/queuefy)](https://www.npmjs.com/package/queuefy) | ||
[![deps](https://img.shields.io/david/qiwi/queuefy)](https://david-dm.org/qiwi/queuefy) | ||
[![Maintainability](https://api.codeclimate.com/v1/badges/2392bab0fb3bfa330f74/maintainability)](https://codeclimate.com/github/qiwi/queuefy/maintainability) | ||
[![Test Coverage](https://api.codeclimate.com/v1/badges/2392bab0fb3bfa330f74/test_coverage)](https://codeclimate.com/github/qiwi/queuefy/test_coverage) | ||
[![CodeStyle](https://img.shields.io/badge/code%20style-tslint--config--qiwi-brightgreen.svg)](https://github.com/qiwi/tslint-config-qiwi) | ||
Wrapper to make any async handler be like a single thread with queue. | ||
@@ -29,1 +36,4 @@ | ||
``` | ||
## License | ||
[MIT](./LICENSE) |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
22327
21
1
39
1