Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mongodb-pipelinejs

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongodb-pipelinejs - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

index.d.ts

22

package.json
{
"name": "mongodb-pipelinejs",
"version": "0.0.4",
"description": "Use short and sweet JS syntax (instead of JSON) to compose and cleanly format MongoDB aggregations.",
"version": "0.0.5",
"description": "Use short and sweet JS syntax to compose and cleanly format MongoDB aggregations.",
"main": "index.js",

@@ -34,4 +34,7 @@ "repository": "git@github.com:speedytwenty/mongodb-pipelinejs.git",

"build": "tsc --build && terser index.js -o min.js",
"cleanup": "rm -fr index.js index.d.ts min.js",
"docs": "jsdoc -c jsdoc.json -d docs index.ts",
"lint": "eslint --fix --ext .ts .",
"prepack": "yarn build",
"postpack": "yarn cleanup",
"test": "jest",

@@ -42,5 +45,18 @@ "test:coverage": "jest --coverage",

"files": [
"index.d.js",
"index.d.ts",
"min.js"
],
"keywords": [
"mongodb",
"mongoose",
"aggregate",
"pipeline",
"aggregate",
"aggregation",
"mongo round",
"mongodb round",
"mongodb stages",
"mongodb operators",
"pipemongo"
]
}
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