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.0 to 1.0.1

2

package.json
{
"name": "graphed",
"version": "1.0.0",
"version": "1.0.1",
"description": "Minimum graph's data structure implemented with pluggable stores (redis, dynamodb, memory, ...)",

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

@@ -1,5 +0,3 @@

[![CircleCI](https://circleci.com/gh/feliperohdee/smallorange-redis-edge-graph.svg?style=svg)](https://circleci.com/gh/feliperohdee/smallorange-graph)
# Graphed
# Small Orange Graph
## Node API

@@ -97,30 +95,2 @@ delete({

remoteClosestIndex: number
}): Observable<object>;
## Sample
const Redis = require('smallorange-redis-client');
const {
Edge,
Node,
RedisStore
} = require('smallorange-graph');
class App {
constructor() {
const store = new RedisStore({
redis: new Redis({
connection: {
port: 6380
}
})
});
this.store = store;
this.namespace = 'graph-1';
this.edge = new Edge({
namespace: 'graphName',
node: this.node,
store
});
}
}
}): Observable<object>;
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