New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@2bad/tvt

Package Overview
Dependencies
Maintainers
3
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@2bad/tvt - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

bin/linux/libasound.so

2

build/decorators/measure.js

@@ -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",

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