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

@dmno/configraph

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dmno/configraph - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

dist/index.d.ts

48

package.json
{
"name": "@dmno/configraph",
"version": "0.0.0",
"version": "0.0.1",
"description": "reactive configuration graph - core that powers DMNO",

@@ -15,3 +15,47 @@ "author": "dmno-dev",

"keywords": [],
"files": []
"engines": {
"node": ">=20"
},
"type": "module",
"exports": {
".": {
"ts-src": "./src/index.ts",
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"/dist"
],
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.14.11",
"tsup": "^8.2.4",
"vite-node": "^2.1.1",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.1.1",
"@dmno/encryption-lib": "0.0.0",
"@dmno/eslint-config": "0.0.0",
"@dmno/ts-lib": "0.0.0",
"@dmno/tsconfig": "0.0.0"
},
"dependencies": {
"@dagrejs/graphlib": "^2.2.4",
"debug": "^4.3.4",
"kleur": "^4.1.5",
"lodash-es": "^4.17.21",
"mitt": "^3.0.1",
"svgo": "^3.2.0",
"typescript": "^5.5.4"
},
"scripts": {
"clean": "rm -rf dist",
"build": "pnpm run clean && tsup",
"build:ifnodist": "[ -d \"./dist\" ] && echo 'dist exists' || pnpm build",
"dev": "pnpm run clean && tsup --watch",
"lint": "eslint src --ext .ts,.cjs",
"lint:fix": "pnpm run lint --fix",
"test": "vitest"
}
}
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