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-1 to 1.6.2-2

types/db/index.d.ts

12

package.json
{
"name": "@deboxsoft/module-server",
"version": "1.6.2-1",
"version": "1.6.2-2",
"license": "SEE LICENSE IN LICENSE",

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

"build:rollup": "yarn r:rollup -c ../../scripts/rollup/config.js",
"build:tsc": "yarn clean && yarn r:tsc --declaration --emitDeclarationOnly --declarationDir ./types",
"build:tsc": "yarn clean && yarn r:tsc --declaration --emitDeclarationOnly --declarationDir ./types -p ./",
"clean": "yarn r:rimraf types",

@@ -36,6 +36,7 @@ "lint": "yarn r:run-p lint:eslint lint:tsc",

"version:dev": "yarn version prerelease",
"test": "yarn r:jest --passWithNoTests"
"test:ava": "yarn r:ava",
"test": "yarn test:ava"
},
"dependencies": {
"@deboxsoft/module-core": "^1.6.2-1",
"@deboxsoft/module-core": "^1.6.2-2",
"nanoid": "^3.1.20",

@@ -52,3 +53,4 @@ "nconf": "0.11.0",

"@types/node": "^14.14.20",
"ava": "^3.15.0"
"ava": "^3.15.0",
"tslib": "^2.1.0"
},

@@ -55,0 +57,0 @@ "publishConfig": {

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"paths": {
"@deboxsoft/module-core/*": ["module-core/src/*"]
}
"declaration": true,
"declarationDir": "types",
"emitDeclarationOnly": true
},
"include": ["src"]
}

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