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

@knockaway/sqsiphon

Package Overview
Dependencies
Maintainers
26
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@knockaway/sqsiphon - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

coverage-map.js

24

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

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