@knockaway/sqsiphon
Advanced tools
Comparing version 1.0.1 to 1.1.0
{ | ||
"name": "@knockaway/sqsiphon", | ||
"main": "index.js", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"homepage": "https://github.com/knockaway/@knockaway/sqsiphon", | ||
"license": "LicenseRef-LICENSE", | ||
"license": "MIT", | ||
"repository": { | ||
@@ -12,17 +12,17 @@ "type": "git", | ||
"dependencies": { | ||
"abstract-logging": "^2.0.0", | ||
"opentracing": "^0.14.4" | ||
"abstract-logging": "^2.0.1", | ||
"opentracing": "^0.14.5" | ||
}, | ||
"devDependencies": { | ||
"tap": "^14.10.7", | ||
"eslint": "^7.3.1", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"eslint": "^7.28.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-prettier": "^3.4.0", | ||
"husky": "^4.2.5", | ||
"prettier": "^2.0.5" | ||
"prettier": "^2.3.1", | ||
"tap": "^15.0.9" | ||
}, | ||
"scripts": { | ||
"check-format": "prettier --list-different '*.js' 'lib/**/*.js' 'test/**/*.js'", | ||
"format": "prettier --write '*.js' 'lib/**/*.js' 'test/**/*.js'", | ||
"lint": "eslint '*.js' 'lib/**/*.js' 'test/**/*.js'", | ||
"check-format": "prettier --list-different '*.js' 'lib/**/*.js'", | ||
"format": "prettier --write '*.js' 'lib/**/*.js'", | ||
"lint": "eslint '*.js' 'lib/**/*.js'", | ||
"test": "LOG_LEVEL=silent tap --no-cov", | ||
@@ -29,0 +29,0 @@ "test:cov": "LOG_LEVEL=silent tap", |
# @knockaway/sqsiphon | ||
_sqsiphon_ is provides a framework for writing [Amazon SQS][sqs] polling | ||
applications. It designed to poll, and process messages, as quickly as possible. | ||
FIFO queues are supported. | ||
_sqsiphon_ provides a framework for writing [Amazon SQS][sqs] polling | ||
applications. It is designed to poll, and process messages, as quickly as | ||
possible. FIFO queues are supported. | ||
@@ -7,0 +7,0 @@ [sqs]: https://aws.amazon.com/sqs/ |
Sorry, the diff of this file is not supported yet
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
31990
19
0
0
100
885
Updatedabstract-logging@^2.0.1
Updatedopentracing@^0.14.5