@dmno/configraph
Advanced tools
Comparing version 0.0.0 to 0.0.1
{ | ||
"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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
335985
6
3029
Yes
7
11
2
2
+ Added@dagrejs/graphlib@^2.2.4
+ Addeddebug@^4.3.4
+ Addedkleur@^4.1.5
+ Addedlodash-es@^4.17.21
+ Addedmitt@^3.0.1
+ Addedsvgo@^3.2.0
+ Addedtypescript@^5.5.4
+ Added@dagrejs/graphlib@2.2.4(transitive)
+ Added@trysound/sax@0.2.0(transitive)
+ Addedboolbase@1.0.0(transitive)
+ Addedcommander@7.2.0(transitive)
+ Addedcss-select@5.1.0(transitive)
+ Addedcss-tree@2.2.12.3.1(transitive)
+ Addedcss-what@6.1.0(transitive)
+ Addedcsso@5.0.5(transitive)
+ Addeddebug@4.3.7(transitive)
+ Addeddom-serializer@2.0.0(transitive)
+ Addeddomelementtype@2.3.0(transitive)
+ Addeddomhandler@5.0.3(transitive)
+ Addeddomutils@3.1.0(transitive)
+ Addedentities@4.5.0(transitive)
+ Addedkleur@4.1.5(transitive)
+ Addedlodash-es@4.17.21(transitive)
+ Addedmdn-data@2.0.282.0.30(transitive)
+ Addedmitt@3.0.1(transitive)
+ Addedms@2.1.3(transitive)
+ Addednth-check@2.1.1(transitive)
+ Addedpicocolors@1.1.1(transitive)
+ Addedsource-map-js@1.2.1(transitive)
+ Addedsvgo@3.3.2(transitive)
+ Addedtypescript@5.6.3(transitive)