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

@foal/mongoose

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@foal/mongoose - npm Package Compare versions

Comparing version 0.8.7 to 0.8.8

6

package.json
{
"name": "@foal/mongoose",
"version": "0.8.7",
"version": "0.8.8",
"description": "FoalTS integration of Mongoose",

@@ -10,4 +10,2 @@ "main": "./lib/index.js",

"test": "mocha --require ts-node/register \"./src/**/*.spec.ts\"",
"e2e": "mocha --require ts-node/register \"./e2e/**/*.spec.ts\"",
"dev:e2e": "mocha --require ts-node/register --watch --watch-extensions ts \"./e2e/**/*.spec.ts\"",
"dev:test": "mocha --require ts-node/register --watch --watch-extensions ts \"./src/**/*.spec.ts\"",

@@ -54,3 +52,2 @@ "build": "rimraf lib && copy-cli \"./src/**.txt.gz\" lib && tsc -p tsconfig-build.json",

"devDependencies": {
"@foal/core": "^0.8.7",
"@types/mocha": "^2.2.43",

@@ -62,3 +59,2 @@ "@types/node": "^10.5.6",

"rimraf": "^2.6.2",
"supertest": "^3.4.2",
"ts-docs-gen": "0.2.0",

@@ -65,0 +61,0 @@ "ts-node": "^3.3.0",

8

README.md

@@ -22,5 +22,2 @@ <p align="center">

</a>
<a href="https://codecov.io/github/FoalTS/foal">
<img src="https://codecov.io/gh/FoalTS/foal/branch/master/graphs/badge.svg" alt="Code coverage">
</a>
<a href="https://snyk.io/test/npm/@foal/mongoose">

@@ -35,2 +32,5 @@ <img src="https://snyk.io/test/npm/@foal/mongoose/badge.svg" alt="Known Vulnerabilities">

</a>
<a href="https://img.shields.io/badge/2FA-npm,%20GitHub-green.svg">
<img src="https://img.shields.io/badge/2FA-npm,%20GitHub-green.svg" alt="2FA">
</a>
</p>

@@ -70,4 +70,4 @@

But when it comes to setting up a complete and scalable project, things get harder. You have to put everything in place. The authorization system, database migrations, development tools or even encryption of passwords are just the tip of the iceberg. Working on this is time consuming and may slow down the release frequency or even lead to undesired bugs. As the codebase grows up and the complexity increases, it becomes harder and harder to develop new features and maintain the app.
But when it comes to setting up a complete and scalable project, things get harder. You have to put everything in place. The authorization system, database migrations, development tools or even hashing of passwords are just the tip of the iceberg. Working on this is time consuming and may slow down the release frequency or even lead to undesired bugs. As the codebase grows up and the complexity increases, it becomes harder and harder to develop new features and maintain the app.
This is where FoalTS comes in. Based on express, this lightweight framework provides everything needed to create enterprise-grade applications. From the support of TypeScript to the integration of security tools, it offers the basic bricks to build robust webapps. But FoalTS does not pretend to be a closed framework. You can still import and use your favorite librairies from the rich ecosystem of Node.js.
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