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.4 to 1.0.5

4

models/schema/edge.js

@@ -35,2 +35,6 @@ const joi = require('@hapi/joi');

direction: common.direction,
distance: joi.array()
.items(joi.number())
.min(1)
.max(2),
desc: joi.boolean(),

@@ -37,0 +41,0 @@ entity: joi.string()

2

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

@@ -5,0 +5,0 @@ "main": "index.js",

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