Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

graphed

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphed - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

2

handlers/linkFirehose.js
const _ = require('lodash');
const error = require('simple-beauty-error');
const rxop = require('rxjs/operators');

@@ -37,2 +38,3 @@

}, err => {
console.log(JSON.stringify(error(err, {}, 5), null, 2));
callback(err);

@@ -39,0 +41,0 @@ });

5

package.json
{
"name": "graphed",
"version": "1.0.9",
"version": "1.0.10",
"description": "Minimum graph's data structure implemented with pluggable stores (redis, dynamodb, memory, ...) and compatible with AWS Firehose",

@@ -11,3 +11,4 @@ "main": "index.js",

"rxjs": "^6.5.3",
"rxjs-dynamodb-client": "^1.0.8"
"rxjs-dynamodb-client": "^1.0.8",
"simple-beauty-error": "^1.0.1"
},

@@ -14,0 +15,0 @@ "devDependencies": {

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