Socket
Socket
Sign inDemoInstall

dependency-graph

Package Overview
Dependencies
0
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.1 to 0.5.2

4

CHANGELOG.md

@@ -7,2 +7,6 @@ # Dependency Graph Changelog

## 0.5.2 (October 22, 2017)
- Add missing parameter in TypeScript definition. (Fixes #19)
## 0.5.1 (October 7, 2017)

@@ -9,0 +13,0 @@

2

lib/index.d.ts

@@ -33,3 +33,3 @@ declare module 'dependency-graph' {

*/
setNodeData(name: string, T): void;
setNodeData(name: string, data?: T): void;

@@ -36,0 +36,0 @@ /**

{
"name": "dependency-graph",
"description": "Simple dependency graph.",
"version": "0.5.1",
"version": "0.5.2",
"author": "Jim Riecken <jriecken@gmail.com>",

@@ -6,0 +6,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc