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 1.5.19-10 to 1.5.19-11

2

index.cjs.js

@@ -36,3 +36,3 @@ 'use strict';

const utils = {...moduleCore.utils, _nanoid: _nanoid__namespace};
const utils = {...moduleCore.utils, ..._nanoid__namespace};

@@ -39,0 +39,0 @@ Object.defineProperty(exports, 'Container', {

@@ -11,4 +11,4 @@ import { Token, Container, utils as utils$1 } from '@deboxsoft/module-core';

const utils = {...utils$1, _nanoid};
const utils = {...utils$1, ..._nanoid};
export { getLogger, registerLogger, utils };
{
"name": "@deboxsoft/module-server",
"version": "1.5.19-10",
"version": "1.5.19-11",
"license": "SEE LICENSE IN LICENSE",

@@ -5,0 +5,0 @@ "maintainers": [

@@ -1,5 +0,8 @@

import * as _nanoid from "nanoid";
import { utils as _utils } from "@deboxsoft/module-core";
export declare const utils: {
_nanoid: typeof _nanoid;
nanoid(size?: number): string;
customAlphabet(alphabet: string, size: number): () => string;
customRandom(alphabet: string, size: number, random: (bytes: number) => Uint8Array): () => string;
random(bytes: number): Uint8Array;
urlAlphabet: string;
camelCaseTransform(input: string, index: number): string;

@@ -6,0 +9,0 @@ camelCaseTransformMerge(input: string, index: number): string;

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