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

@eramux/graph-structure

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eramux/graph-structure - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

12

package.json
{
"name": "@eramux/graph-structure",
"version": "0.1.1",
"version": "0.1.2",
"description": "Typescript graph structure library for common graph operations",

@@ -13,12 +13,4 @@ "main": "dist/Graph.js",

"test": "jest --forceExit --coverage --detectOpenHandles",
"postinstall": "husky install",
"prepare": "husky install",
"lint": "eslint --fix --ext .ts --ignore-path .gitignore .",
"lint-staged": "lint-staged"
"lint": "eslint --fix --ext .ts --ignore-path .gitignore ."
},
"lint-staged": {
"*.{js,ts}": [
"eslint --fix"
]
},
"author": "Daniel Schneider",

@@ -25,0 +17,0 @@ "license": "MIT",

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