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 0.0.0-pr956-20240225073457 to 0.0.0-pr956-20240225091623

CHANGELOG.md

73

package.json
{
"name": "ts-graphviz",
"version": "0.0.0-pr956-20240225073457",
"author": "kamiazya <yuki@kamiazya.tech>",
"version": "0.0.0-pr956-20240225091623",
"description": "Graphviz library for TypeScript.",
"homepage": "https://ts-graphviz.github.io/ts-graphviz/",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/ts-graphviz/ts-graphviz.git",
"directory": "packages/ts-graphviz"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"keywords": [

@@ -21,18 +9,24 @@ "graphviz",

],
"homepage": "https://ts-graphviz.github.io/ts-graphviz/",
"bugs": {
"url": "https://github.com/ts-graphviz/ts-graphviz/issues"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ts-graphviz"
"repository": {
"type": "git",
"url": "https://github.com/ts-graphviz/ts-graphviz.git",
"directory": "packages/ts-graphviz"
},
"files": [
"lib",
"media",
"README.md",
"LICENSE"
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/ts-graphviz"
},
{
"type": "opencollective",
"url": "https://opencollective.com/ts-graphviz"
}
],
"main": "./lib/ts-graphviz.cjs",
"module": "./lib/ts-graphviz.js",
"types": "lib/ts-graphviz.d.ts",
"license": "MIT",
"author": "kamiazya <yuki@kamiazya.tech>",
"type": "module",
"exports": {

@@ -61,12 +55,17 @@ ".": {

},
"license": "MIT",
"engines": {
"node": ">=18"
},
"runkitExampleFilename": "example/runkit.cjs",
"main": "./lib/ts-graphviz.cjs",
"module": "./lib/ts-graphviz.js",
"types": "lib/ts-graphviz.d.ts",
"files": [
"lib",
"media",
"README.md",
"CHANGELOG.md",
"LICENSE"
],
"dependencies": {
"@ts-graphviz/adapter": "^0.0.0-pr956-20240225073457",
"@ts-graphviz/ast": "^0.0.0-pr956-20240225073457",
"@ts-graphviz/core": "^0.0.0-pr956-20240225073457",
"@ts-graphviz/common": "^0.0.0-pr956-20240225073457"
"@ts-graphviz/adapter": "^0.0.0-pr956-20240225091623",
"@ts-graphviz/ast": "^0.0.0-pr956-20240225091623",
"@ts-graphviz/common": "^0.0.0-pr956-20240225091623",
"@ts-graphviz/core": "^0.0.0-pr956-20240225091623"
},

@@ -80,2 +79,10 @@ "devDependencies": {

},
"engines": {
"node": ">=18"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"runkitExampleFilename": "example/runkit.cjs",
"scripts": {

@@ -82,0 +89,0 @@ "build": "vite build"

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