Socket
Socket
Sign inDemoInstall

directed-graph-typed

Package Overview
Dependencies
Maintainers
1
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

directed-graph-typed - npm Package Compare versions

Comparing version 1.21.4 to 1.31.0

.eslintrc.js

2

jest.config.js
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testMatch: ['<rootDir>/tests/**/*.test.ts'],
testMatch: ['<rootDir>/test/**/*.test.ts'],
};
{
"name": "directed-graph-typed",
"version": "1.21.4",
"version": "1.31.0",
"description": "Directed Graph. Javascript & Typescript Data Structure.",

@@ -8,2 +8,4 @@ "main": "dist/index.js",

"build": "rm -rf dist && npx tsc",
"lint": "eslint --fix \"src/**/*.{js,ts}\"",
"format": "prettier --write \"src/**/*.{js,ts}\"",
"test": "jest",

@@ -57,11 +59,17 @@ "build:docs": "typedoc --out docs ./src",

"@types/node": "^20.4.9",
"dependency-cruiser": "^13.1.2",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.11.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.25.4",
"jest": "^29.6.2",
"prettier": "^3.0.3",
"ts-jest": "^29.1.1",
"typedoc": "^0.24.8",
"typescript": "^4.9.5"
},
"dependencies": {
"data-structure-typed": "^1.21.4"
"data-structure-typed": "^1.31.0"
}
}

@@ -11,3 +11,3 @@ # What

```bash
npm i directed-graph-typed
npm i directed-graph-typed --save
```

@@ -14,0 +14,0 @@ ### yarn

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