Socket
Socket
Sign inDemoInstall

@abetomo/simply-imitated-sqs

Package Overview
Dependencies
3
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

4

lib/__tests__/server.js

@@ -128,8 +128,8 @@ 'use strict'

describe('run()', () => {
test('TODO: Add test')
test.skip('TODO: Add test', () => {})
})
describe('close()', () => {
test('TODO: Add test')
test.skip('TODO: Add test', () => {})
})
})

@@ -16,3 +16,3 @@ 'use strict'

const signals = ['SIGUSR1', 'SIGUSR2', 'SIGTERM', 'SIGINT', 'SIGHUP']
for (let signal of signals) {
for (const signal of signals) {
process.on(signal, () => {

@@ -19,0 +19,0 @@ this.log_('exit')

{
"name": "@abetomo/simply-imitated-sqs",
"version": "1.0.0",
"version": "1.0.1",
"description": "Simply imitated SQS for testing",

@@ -30,7 +30,7 @@ "main": "index.js",

"devDependencies": {
"jest": "^22.4.3",
"jest": "^23.1.0",
"standard": "^11.0.1"
},
"dependencies": {
"@abetomo/vsq": "^0.1.6"
"@abetomo/vsq": "^1.0.0"
},

@@ -37,0 +37,0 @@ "files": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc