Socket
Socket
Sign inDemoInstall

dotparser

Package Overview
Dependencies
0
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

2

index.d.ts
declare module 'dotparser' {
export type CompassPt = 'n' | 'ne' | 'e' | 'se' | 's' | 'sw' | 'w' | 'nw';
export type Stmt = AttrStmt | EdgeStmt | NodeStmt;
export type Stmt = AttrStmt | EdgeStmt | NodeStmt | Subgraph;

@@ -5,0 +5,0 @@ export interface Port {

{
"name": "dotparser",
"version": "1.1.0",
"version": "1.1.1",
"description": "Parser of GraphViz dot file format",

@@ -29,5 +29,5 @@ "main": "index.js",

"pegjs": "^0.10.0",
"tap": "^15.0.9",
"tap": "^16.0.1",
"uglify-js": "^3.13.10"
}
}
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