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

@deboxsoft/module-server

Package Overview
Dependencies
Maintainers
1
Versions
211
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deboxsoft/module-server - npm Package Compare versions

Comparing version 2.6.11 to 2.6.12

8

libs/index.js

@@ -1616,10 +1616,8 @@ var __defProp = Object.defineProperty;

// src/utils/bcrypt/index.ts
var crypto;
import crypto from "crypto";
function setCrypto(c) {
crypto = c;
globalThis.crypto = c;
}
function random2(len) {
const a = new Uint32Array(len);
(crypto || globalThis.crypto).getRandomValues(a);
return Array.prototype.slice.call(a);
return crypto.randomBytes(len);
}

@@ -1626,0 +1624,0 @@ function genSaltSync(rounds) {

{
"name": "@deboxsoft/module-server",
"version": "2.6.11",
"version": "2.6.12",
"license": "SEE LICENSE IN LICENSE",

@@ -26,5 +26,3 @@ "maintainers": [

"files": [
"*",
"!src",
"!tests"
"libs"
],

@@ -50,3 +48,3 @@ "publishConfig": {

"devDependencies": {
"@deboxsoft/module-core": "^2.6.23",
"@deboxsoft/module-core": "^2.6.34",
"@fastify/websocket": "^7.0.1",

@@ -53,0 +51,0 @@ "@types/nconf": "^0.10.2",

Sorry, the diff of this file is not supported yet

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