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

aws-event-stream

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-event-stream - npm Package Compare versions

Comparing version

to
1.2.11

2

dist/provider/dynamodb.js

@@ -94,3 +94,3 @@ 'use strict';

eventType: data.eventType,
payload: data.payload,
payload: data,
}];

@@ -97,0 +97,0 @@ }

{
"name": "aws-event-stream",
"version": "1.2.8",
"version": "1.2.11",
"description": "A simple and fast EventStore for AWS.",

@@ -27,3 +27,5 @@ "author": "Rodrigo Pinheiro de Almeida <rpinheiroalmeida@gmail.com>",

"test": "jest --config ./test/jest.config.js --coverage --silent test/unit",
"test:integration": "sh ./scripts/up-localstack.sh && cross-env NODE_ENV=test jest --config ./test/jest.config.js --silent test/integration",
"test:integration": "npm run test:integration:setup && jest --config ./test/jest.config.js --silent test/integration",
"test:integration:setup": "test/integration/fixture/setup.sh",
"test:integration:teardown": "test/integration/fixture/teardown.sh",
"test:unit": "jest --config ./test/jest.config.js --coverage --silent test/unit",

@@ -97,6 +99,2 @@ "test:watch": "jest --config ./test/jest.config.js --watch --silent test/unit",

},
"dependencies": {
"async": "^3.2.0",
"joi": "^13.7.0"
},
"publishConfig": {

@@ -103,0 +101,0 @@ "access": "public"

@@ -52,3 +52,3 @@ 'use strict';

eventType: data.eventType,
payload: data.payload,
payload: data,
};

@@ -55,0 +55,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet