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

ts-graphviz

Package Overview
Dependencies
Maintainers
1
Versions
183
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-graphviz - npm Package Compare versions

Comparing version 1.8.1-dev.286226f24 to 1.8.1-dev.bfe23b71f

4

lib/core/index.d.ts

@@ -60,4 +60,4 @@ import {

get size(): number;
get(key: T): Attribute<T> | undefined;
set(key: T, value: Attribute<T>): void;
get<K extends T>(key: K): Attribute<K> | undefined;
set<K extends T>(key: K, value: Attribute<K>): void;
delete(key: T): void;

@@ -64,0 +64,0 @@ apply(attributes: AttributesObject<T> | AttributesEntities<T>): void;

{
"name": "ts-graphviz",
"version": "1.8.1-dev.286226f24",
"version": "1.8.1-dev.bfe23b71f",
"author": "kamiazya <yuki@kamiazya.tech>",

@@ -5,0 +5,0 @@ "description": "Graphviz library for TypeScript.",

Sorry, the diff of this file is too big to display

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