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

@hyrious/blivec

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hyrious/blivec - npm Package Compare versions

Comparing version 0.3.10 to 0.3.11

4

dist/index.js
"use strict";
import https from "https";
import crypto from "crypto";
import { createConnection } from "net";

@@ -302,3 +303,4 @@ import { promisify } from "util";

"User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:60.1) Gecko/20100101 Firefox/60.1",
"Referer": `https://search.bilibili.com/live?keyword=${keyword}${params}&search_type=live`
"Referer": `https://search.bilibili.com/live?keyword=${keyword}${params}&search_type=live`,
"Cookie": `buvid3=${crypto.randomUUID()}infoc;`
}

@@ -305,0 +307,0 @@ });

{
"name": "@hyrious/blivec",
"version": "0.3.10",
"version": "0.3.11",
"description": "bilibili live cli",

@@ -35,7 +35,7 @@ "type": "module",

"devDependencies": {
"@hyrious/dts": "^0.1.6",
"@hyrious/dts": "^0.1.7",
"@hyrious/rimraf": "^0.1.0",
"@types/node": "^18.15.5",
"esbuild": "^0.17.12"
"@types/node": "^18.15.10",
"esbuild": "^0.17.14"
}
}
import https from "https";
import crypto from "crypto";
import { IncomingMessage, RequestOptions } from "http";

@@ -428,2 +429,3 @@ import { createConnection, Socket } from "net";

"Referer": `https://search.bilibili.com/live?keyword=${keyword}${params}&search_type=live`,
"Cookie": `buvid3=${crypto.randomUUID()}infoc;`,
},

@@ -430,0 +432,0 @@ });

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