@achrinza/node-ipc
Advanced tools
Comparing version 10.1.9 to 10.1.10
{ | ||
"name": "@achrinza/node-ipc", | ||
"version": "10.1.9", | ||
"version": "10.1.10", | ||
"description": "A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.", | ||
@@ -19,12 +19,12 @@ "type": "module", | ||
"engines": { | ||
"node": "14 || 16 || 17 || 18 || 19 || 20" | ||
"node": "14 || 16 || 17 || 18 || 19 || 20 || 21" | ||
}, | ||
"dependencies": { | ||
"@achrinza/event-pubsub": "5.0.9", | ||
"@achrinza/strong-type": "1.1.8", | ||
"@node-ipc/js-queue": "2.0.3", | ||
"js-message": "1.0.7", | ||
"strong-type": "1.0.1" | ||
"js-message": "1.0.7" | ||
}, | ||
"devDependencies": { | ||
"@node-ipc/vanilla-test": "1.4.13", | ||
"@node-ipc/vanilla-test": "1.4.14", | ||
"c8": "^7.7.3", | ||
@@ -31,0 +31,0 @@ "esbuild": "^0.12.28", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
134552
2197
+ Added@achrinza/strong-type@1.1.8
+ Added@achrinza/strong-type@1.1.8(transitive)
- Removedstrong-type@1.0.1
- Removedstrong-type@1.0.1(transitive)