Comparing version 1.0.1 to 1.0.2
14
index.js
@@ -1,9 +0,15 @@ | ||
const Edge = require('./lib/Edge'); | ||
const DynamoDBStore = require('./lib/DynamoDbStore'); | ||
const util = require('./lib/util'); | ||
const { | ||
linkFirehose | ||
} = require('./handlers'); | ||
const { | ||
DynamoDbStore, | ||
Edge, | ||
util | ||
} = require('./models'); | ||
module.exports = { | ||
DynamoDbStore, | ||
Edge, | ||
DynamoDBStore, | ||
linkFirehose, | ||
util | ||
}; |
{ | ||
"name": "graphed", | ||
"version": "1.0.1", | ||
"description": "Minimum graph's data structure implemented with pluggable stores (redis, dynamodb, memory, ...)", | ||
"version": "1.0.2", | ||
"description": "Minimum graph's data structure implemented with pluggable stores (redis, dynamodb, memory, ...) and compatible with AWS Firehose", | ||
"main": "index.js", | ||
"dependencies": { | ||
"aws-sdk": "^2.568.0", | ||
"@hapi/joi": "^16.1.8", | ||
"aws-sdk": "^2.585.0", | ||
"lodash": "^4.17.15", | ||
"rxjs": "^6.5.3", | ||
"rxjs-dynamodb-client": "^1.0.1" | ||
"rxjs-dynamodb-client": "^1.0.6" | ||
}, | ||
@@ -15,3 +16,3 @@ "devDependencies": { | ||
"chai-subset": "^1.6.0", | ||
"eslint": "^6.6.0", | ||
"eslint": "^6.7.2", | ||
"mocha": "^6.2.2", | ||
@@ -18,0 +19,0 @@ "nyc": "^14.1.1", |
@@ -6,4 +6,4 @@ const AWS = require('aws-sdk'); | ||
const { | ||
DynamoDBStore | ||
} = require('../'); | ||
DynamoDbStore | ||
} = require('../models'); | ||
@@ -20,3 +20,3 @@ class App { | ||
this.store = new DynamoDBStore({ | ||
this.store = new DynamoDbStore({ | ||
dynamoDb: this.dynamoDb, | ||
@@ -23,0 +23,0 @@ tableName: 'graph' |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
177847
22
4672
5
3
1
+ Added@hapi/joi@^16.1.8
+ Added@hapi/address@2.1.4(transitive)
+ Added@hapi/formula@1.2.0(transitive)
+ Added@hapi/hoek@8.5.1(transitive)
+ Added@hapi/joi@16.1.8(transitive)
+ Added@hapi/pinpoint@1.0.2(transitive)
+ Added@hapi/topo@3.1.6(transitive)
Updatedaws-sdk@^2.585.0
Updatedrxjs-dynamodb-client@^1.0.6