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

fbp-graph

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fbp-graph - npm Package Compare versions

Comparing version 0.6.2 to 0.6.3

6

lib/index.d.ts
import * as journal from './Journal';
import * as graph from './Graph';
declare const Journal: typeof journal.Journal;
declare const Graph: typeof graph.Graph;
export { journal, graph, Journal, Graph, };
export { journal, graph, };
export { Journal } from './Journal';
export { Graph } from './Graph';

@@ -8,6 +8,6 @@ "use strict";

exports.graph = graph;
const { Journal } = journal;
exports.Journal = Journal;
const { Graph } = graph;
exports.Graph = Graph;
var Journal_1 = require("./Journal");
Object.defineProperty(exports, "Journal", { enumerable: true, get: function () { return Journal_1.Journal; } });
var Graph_1 = require("./Graph");
Object.defineProperty(exports, "Graph", { enumerable: true, get: function () { return Graph_1.Graph; } });
//# sourceMappingURL=index.js.map
{
"name": "fbp-graph",
"version": "0.6.2",
"version": "0.6.3",
"description": "JavaScript FBP graph library",

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

@@ -30,2 +30,4 @@ FBP Graph library for JavaScript

* 0.6.3 (December 03rd 2020)
- Fixed exporting of base Graph and Journal types in index
* 0.6.2 (November 16th 2020)

@@ -32,0 +34,0 @@ - Graph properties `componentLoader` and `baseDir` are not serialized into JSON

import * as journal from './Journal';
import * as graph from './Graph';
const { Journal } = journal;
const { Graph } = graph;
export {
journal,
graph,
Journal,
Graph,
};
export { Journal } from './Journal';
export { Graph } from './Graph';

Sorry, the diff of this file is not supported yet

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