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.6.2-0 to 1.6.2-1

ava.config.cjs

20

index.cjs.js

@@ -30,3 +30,2 @@ 'use strict';

var nanoid__namespace = /*#__PURE__*/_interopNamespace(nanoid);
var universalBase64__namespace = /*#__PURE__*/_interopNamespace(universalBase64);

@@ -60,3 +59,20 @@

});
exports.nanoid = nanoid__namespace;
Object.defineProperty(exports, 'nanoRandom', {
enumerable: true,
get: function () {
return nanoid.random;
}
});
Object.defineProperty(exports, 'nanoid', {
enumerable: true,
get: function () {
return nanoid.nanoid;
}
});
Object.defineProperty(exports, 'urlAlphabet', {
enumerable: true,
get: function () {
return nanoid.urlAlphabet;
}
});
exports.base64 = universalBase64__namespace;

@@ -63,0 +79,0 @@ exports.getLogger = getLogger;

3

index.js

@@ -5,4 +5,3 @@ import { pagination as pagination$1 } from '@deboxsoft/module-core';

export { Container, Token } from 'typedi';
import * as nanoid from 'nanoid';
export { nanoid };
export { random as nanoRandom, nanoid, urlAlphabet } from 'nanoid';
import * as universalBase64 from 'universal-base64';

@@ -9,0 +8,0 @@ export { universalBase64 as base64 };

{
"name": "@deboxsoft/module-server",
"version": "1.6.2-0",
"version": "1.6.2-1",
"license": "SEE LICENSE IN LICENSE",

@@ -38,3 +38,3 @@ "maintainers": [

"dependencies": {
"@deboxsoft/module-core": "^1.6.2-0",
"@deboxsoft/module-core": "^1.6.2-1",
"nanoid": "^3.1.20",

@@ -48,6 +48,6 @@ "nconf": "0.11.0",

"@nurdiansyah/rollup": "^1.3.2",
"@sucrase/jest-plugin": "^2.0.0",
"@types/nanoid": "^2.1.0",
"@types/nconf": "^0.10.0",
"@types/node": "^14.14.20"
"@types/node": "^14.14.20",
"ava": "^3.15.0"
},

@@ -54,0 +54,0 @@ "publishConfig": {

{
"extends": "../../tsconfig.base",
"extends": "../../tsconfig.json",
"compilerOptions": {

@@ -4,0 +4,0 @@ "paths": {

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