Comparing version 1.0.1 to 1.0.2
@@ -1,2 +0,2 @@ | ||
import { performance } from "perf_hooks"; | ||
import { performance } from "node:perf_hooks"; | ||
import { Roarr as log } from "roarr"; | ||
@@ -3,0 +3,0 @@ /** |
import koffi from "koffi"; | ||
import { resolve } from "path"; | ||
import { resolve } from "node:path"; | ||
import { LPNET_SDK_DEVICEINFO, NET_SDK_DEVICE_DISCOVERY_INFO, NET_SDK_IPC_DEVICE_INFO } from "./struct/index.js"; | ||
const path = resolve('bin/linux/libdvrnetsdk.so'); | ||
const path = resolve(import.meta.dirname, '../../', 'bin/linux/libdvrnetsdk.so'); | ||
const lib = koffi.load(path); | ||
@@ -6,0 +6,0 @@ export const sdk = { |
{ | ||
"name": "@2bad/tvt", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "", | ||
@@ -16,3 +16,3 @@ "keywords": [ | ||
"type": "git", | ||
"url": "https://github.com/2BAD/tvt.git" | ||
"url": "git+https://github.com/2BAD/tvt.git" | ||
}, | ||
@@ -32,2 +32,3 @@ "license": "MIT", | ||
"files": [ | ||
"bin", | ||
"build" | ||
@@ -73,3 +74,3 @@ ], | ||
"@vitest/coverage-v8": "1.6.0", | ||
"eslint-config-love": "47.0.0", | ||
"eslint-config-love": "51.0.1", | ||
"eslint-config-prettier": "9.1.0", | ||
@@ -76,0 +77,0 @@ "eslint-import-resolver-typescript": "3.6.1", |
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
7925178
34
0
5