Socket
Socket
Sign inDemoInstall

@common-stack/store-mongo

Package Overview
Dependencies
Maintainers
0
Versions
212
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@common-stack/store-mongo - npm Package Compare versions

Comparing version 5.0.2-alpha.2 to 5.0.3-alpha.0

84

package.json
{
"name": "@common-stack/store-mongo",
"version": "5.0.2-alpha.2",
"description": "Sample core for higher packages to depend on",
"license": "ISC",
"author": "CDMBase LLC",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"types": "lib/index.d.ts",
"files": [
"lib"
],
"scripts": {
"build": "npm run build:clean && npm run build:lib",
"build:clean": "rimraf lib",
"build:lib": "rollup -c rollup.config.mjs",
"build:lib:watch": "npm run build:lib -- --watch",
"jest": "./node_modules/.bin/jest",
"prepublish": "npm run build",
"test": "cross-env ENV_FILE=../../config/test/test.env jest",
"test:debug": "npm test -- --runInBand",
"test:watch": "npm test -- --watch",
"watch": "npm run build:lib:watch"
},
"dependencies": {
"@common-stack/core": "5.0.2-alpha.2"
},
"devDependencies": {
"moleculer": "^0.14.33",
"mongoose": "^6.12.8"
},
"peerDependencies": {
"dataloader": ">=2.0.0",
"inversify": "*",
"mongoose": ">=5.13.5"
},
"publishConfig": {
"access": "public"
},
"typescript": {
"definition": "lib/index.d.ts"
},
"gitHead": "bd9fa5fc0189c149cc8052acab726b3cd53e8700"
"name": "@common-stack/store-mongo",
"version": "5.0.3-alpha.0",
"description": "Sample core for higher packages to depend on",
"license": "ISC",
"author": "CDMBase LLC",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"types": "lib/index.d.ts",
"files": [
"lib"
],
"scripts": {
"build": "npm run build:clean && npm run build:lib",
"build:clean": "rimraf lib",
"build:lib": "rollup -c rollup.config.mjs",
"build:lib:watch": "npm run build:lib -- --watch",
"jest": "./node_modules/.bin/jest",
"prepublish": "npm run build",
"test": "cross-env ENV_FILE=../../config/test/test.env jest",
"test:debug": "npm test -- --runInBand",
"test:watch": "npm test -- --watch",
"watch": "npm run build:lib:watch"
},
"dependencies": {
"@common-stack/core": "5.0.3-alpha.0"
},
"devDependencies": {
"moleculer": "^0.14.33",
"mongoose": "^6.12.8"
},
"peerDependencies": {
"dataloader": ">=2.0.0",
"inversify": "*",
"mongoose": ">=5.13.5"
},
"publishConfig": {
"access": "public"
},
"typescript": {
"definition": "lib/index.d.ts"
},
"gitHead": "7b6dd59bfc301dd5d16f213e2ee181118cfa2f1e"
}
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