New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

queuefy

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

queuefy - npm Package Compare versions

Comparing version 0.0.1-beta.0 to 1.0.0

CHANGELOG.md

10

package.json
{
"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)
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