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
181
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 2.1.4-next-9608151b1325484dbd01d5c902e91555219cc3cb to 2.1.4-next-d0b54a18248207de01f60c17dcd24b13ee4f03d7

10

CHANGELOG.md
# ts-graphviz
## 2.1.4-next-9608151b1325484dbd01d5c902e91555219cc3cb
## 2.1.4-next-d0b54a18248207de01f60c17dcd24b13ee4f03d7

@@ -9,2 +9,10 @@ ### 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 [[`03bafa0`](https://github.com/ts-graphviz/ts-graphviz/commit/03bafa0e10b43807b5568df4ffba720752a0ac02), [`6bb5ab1`](https://github.com/ts-graphviz/ts-graphviz/commit/6bb5ab18682daa1410de4a35edc22316487989af), [`f48ae4a`](https://github.com/ts-graphviz/ts-graphviz/commit/f48ae4a36fde430cf4a4769189243acd76560946)]:
- @ts-graphviz/ast@2.0.5-next-d0b54a18248207de01f60c17dcd24b13ee4f03d7
- @ts-graphviz/adapter@2.0.5-next-d0b54a18248207de01f60c17dcd24b13ee4f03d7
- @ts-graphviz/common@2.1.4-next-d0b54a18248207de01f60c17dcd24b13ee4f03d7
- @ts-graphviz/core@2.0.5-next-d0b54a18248207de01f60c17dcd24b13ee4f03d7
## 2.1.3

@@ -11,0 +19,0 @@

2

lib/attribute.d.ts

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

import type { Attribute } from '@ts-graphviz/common';
import { Attribute } from '@ts-graphviz/common';
export declare const attribute: Attribute.keys;

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

import { type ConvertToModelOptions, type ParseOptions } from '@ts-graphviz/ast';
import type { EdgeModel, NodeModel, RootGraphModel, SubgraphModel } from '@ts-graphviz/common';
import { ConvertToModelOptions, ParseOptions } from '@ts-graphviz/ast';
import { EdgeModel, NodeModel, RootGraphModel, SubgraphModel } from '@ts-graphviz/common';
export interface FromDotOptions<T extends 'Dot' | 'Graph' | 'Node' | 'Edge' | 'Subgraph'> {

@@ -4,0 +4,0 @@ parse?: ParseOptions<T>;

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

import { type ModelsContext } from '@ts-graphviz/common';
import type { ModelFactory } from './types.js';
import { ModelsContext } from '@ts-graphviz/common';
import { ModelFactory } from './types.js';
export declare function ModelFactoryBuilder(this: ModelsContext, directed: boolean, strictMode: boolean): ModelFactory;

@@ -4,0 +4,0 @@ export declare function createModelFactories(strict: boolean, context?: ModelsContext): Readonly<{

@@ -1,6 +0,6 @@

import { type ModelsContext } from '@ts-graphviz/common';
import type { ModelFactories, ModelFactoriesWithStrict } from './types.js';
export declare const digraph: import("./types.js").ModelFactory;
export declare const graph: import("./types.js").ModelFactory;
import { ModelsContext } from '@ts-graphviz/common';
import { ModelFactories, ModelFactoriesWithStrict } from './types.js';
export declare const digraph: import('./types.js').ModelFactory;
export declare const graph: import('./types.js').ModelFactory;
export declare const strict: ModelFactories;
export declare function withContext(models: Partial<ModelsContext>): ModelFactoriesWithStrict;

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

import { type ConvertFromModelOptions, type PrintOptions } from '@ts-graphviz/ast';
import type { DotObjectModel } from '@ts-graphviz/common';
import { ConvertFromModelOptions, PrintOptions } from '@ts-graphviz/ast';
import { DotObjectModel } from '@ts-graphviz/common';
export interface ToDotOptions {

@@ -4,0 +4,0 @@ convert?: ConvertFromModelOptions;

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

import type { GraphAttributesObject, RootGraphModel } from '@ts-graphviz/common';
import { GraphAttributesObject, RootGraphModel } from '@ts-graphviz/common';
export interface ModelFactory {

@@ -3,0 +3,0 @@ (id?: string, attributes?: GraphAttributesObject, callback?: (g: RootGraphModel) => void): RootGraphModel;

{
"name": "ts-graphviz",
"version": "2.1.4-next-9608151b1325484dbd01d5c902e91555219cc3cb",
"version": "2.1.4-next-d0b54a18248207de01f60c17dcd24b13ee4f03d7",
"description": "Graphviz library for TypeScript",

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

"dependencies": {
"@ts-graphviz/adapter": "^2.0.4",
"@ts-graphviz/ast": "^2.0.4",
"@ts-graphviz/common": "^2.1.3",
"@ts-graphviz/core": "^2.0.4"
"@ts-graphviz/adapter": "^2.0.5-next-d0b54a18248207de01f60c17dcd24b13ee4f03d7",
"@ts-graphviz/ast": "^2.0.5-next-d0b54a18248207de01f60c17dcd24b13ee4f03d7",
"@ts-graphviz/common": "^2.1.4-next-d0b54a18248207de01f60c17dcd24b13ee4f03d7",
"@ts-graphviz/core": "^2.0.5-next-d0b54a18248207de01f60c17dcd24b13ee4f03d7"
},

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

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

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

@@ -661,2 +661,3 @@ <div align="center">

<td align="center" valign="top" width="14.28%"><a href="https://github.com/Madd0g"><img src="https://avatars.githubusercontent.com/u/1171003?v=4?s=100" width="100px;" alt="Madd0g"/><br /><sub><b>Madd0g</b></sub></a><br /><a href="https://github.com/ts-graphviz/ts-graphviz/issues?q=author%3AMadd0g" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/j4k0xb"><img src="https://avatars.githubusercontent.com/u/55899582?v=4?s=100" width="100px;" alt="j4k0xb"/><br /><sub><b>j4k0xb</b></sub></a><br /><a href="https://github.com/ts-graphviz/ts-graphviz/issues?q=author%3Aj4k0xb" title="Bug reports">🐛</a></td>
</tr>

@@ -663,0 +664,0 @@ </tbody>

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