native-shield-guard 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +7 -7
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- const native = require('./healthcare-firewall.node');
1
+ const native = require('./native-shield-guard.node');
2
2
 
3
3
  /**
4
4
  * Oxide-Gate: Native Security Library
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "native-shield-guard",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Next-generation behavioral protection engine for Node.js - Sub-millisecond threat detection powered by Rust ML",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -88,12 +88,12 @@
88
88
  "prettier": "^3.0.3"
89
89
  },
90
90
  "optionalDependencies": {
91
- "native-shield-guard-win32-x64-msvc": "2.0.0",
92
- "native-shield-guard-darwin-x64": "2.0.0",
93
- "native-shield-guard-linux-x64-gnu": "2.0.0",
94
- "native-shield-guard-linux-x64-musl": "2.0.0",
95
- "native-shield-guard-linux-arm64-gnu": "2.0.0",
96
- "native-shield-guard-linux-arm-gnueabihf": "2.0.0"
91
+ "native-shield-guard-win32-x64-msvc": "2.0.1",
92
+ "native-shield-guard-darwin-x64": "2.0.1",
93
+ "native-shield-guard-linux-x64-gnu": "2.0.1",
94
+ "native-shield-guard-linux-x64-musl": "2.0.1",
95
+ "native-shield-guard-linux-arm64-gnu": "2.0.1",
96
+ "native-shield-guard-linux-arm-gnueabihf": "2.0.1"
97
97
  },
98
98
  "publishConfig": {
99
99
  "registry": "https://registry.npmjs.org/",