mongodb-pipelinejs
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"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" | ||
] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
108770
6
2090
0