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

@ts-graphviz/adapter

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ts-graphviz/adapter - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5-next-6bb5ab18682daa1410de4a35edc22316487989af

9

CHANGELOG.md
# @ts-graphviz/adapter
## 2.0.5-next-6bb5ab18682daa1410de4a35edc22316487989af
### Patch Changes
- [#1179](https://github.com/ts-graphviz/ts-graphviz/pull/1179) [`f48ae4a`](https://github.com/ts-graphviz/ts-graphviz/commit/f48ae4a36fde430cf4a4769189243acd76560946) Thanks [@kamiazya](https://github.com/kamiazya)! - build(deps-dev): bump vite-plugin-dts from 3.9.1 to 4.2.1
- Updated dependencies [[`f48ae4a`](https://github.com/ts-graphviz/ts-graphviz/commit/f48ae4a36fde430cf4a4769189243acd76560946)]:
- @ts-graphviz/common@2.1.4-next-6bb5ab18682daa1410de4a35edc22316487989af
## 2.0.4

@@ -4,0 +13,0 @@

2

lib/create-command-and-args.d.ts

@@ -1,2 +0,2 @@

import type { Layout, Options } from './types.js';
import { Layout, Options } from './types.js';
/**

@@ -3,0 +3,0 @@ * createCommandAndArgs creates a command and an array of arguments, based on the given {@link Options}.

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

import type { Attribute, AttributeKey } from '@ts-graphviz/common';
import type { Layout, Options } from './types.js';
import { Attribute, AttributeKey } from '@ts-graphviz/common';
import { Layout, Options } from './types.js';
/**

@@ -4,0 +4,0 @@ * escapeValue is a function that escapes a given Attribute value of a given AttributeKey.

@@ -0,8 +1,5 @@

import { Layout, Options } from './types.js';
/// <reference lib="dom" />
export type * from './types.js';
/**
* @module @ts-graphviz/adapter
*/
import type { Layout, Options } from './types.js';
/**
* Execute the Graphviz dot command and make a Stream of the results.

@@ -9,0 +6,0 @@ */

@@ -1,2 +0,2 @@

import type { Layout, Options } from './types.js';
import { Layout, Options } from './types.js';
/**

@@ -3,0 +3,0 @@ * Execute the Graphviz dot command and output the results to a file.

@@ -1,3 +0,2 @@

/// <reference types="node" resolution-mode="require"/>
import type { Layout, Options } from './types.js';
import { Layout, Options } from './types.js';
/**

@@ -4,0 +3,0 @@ * Execute the Graphviz dot command and make a Stream of the results.

@@ -1,2 +0,2 @@

import type { $keywords, $keywordsValidation, EdgeAttributesObject, GraphAttributesObject, NodeAttributesObject, SubgraphAttributesObject } from '@ts-graphviz/common';
import { $keywords, $keywordsValidation, EdgeAttributesObject, GraphAttributesObject, NodeAttributesObject, SubgraphAttributesObject } from '@ts-graphviz/common';
export type Format = Format.values;

@@ -3,0 +3,0 @@ export declare namespace Format {

{
"name": "@ts-graphviz/adapter",
"version": "2.0.4",
"version": "2.0.5-next-6bb5ab18682daa1410de4a35edc22316487989af",
"description": "Graphviz Runtime adapters for Cross Platform",

@@ -54,3 +54,3 @@ "keywords": [

"dependencies": {
"@ts-graphviz/common": "^2.1.3"
"@ts-graphviz/common": "^2.1.4-next-6bb5ab18682daa1410de4a35edc22316487989af"
},

@@ -61,3 +61,3 @@ "devDependencies": {

"vite": "^5.2.8",
"vite-plugin-dts": "^3.7.3"
"vite-plugin-dts": "^4.2.1"
},

@@ -64,0 +64,0 @@ "engines": {

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