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

mongoose-encryption

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongoose-encryption - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

12

CHANGELOG.md
# Release Notes
## v.2.0.1
2018-7-30
- Upgrade dependencies
## v.2.0.0
2018-7-30
- Support Mongoose 5 #70 #71 #75 #79
- Drop support for Mongoose 3 & 4
## v.1.5.0

@@ -33,3 +42,2 @@ 2017-3-18

## v.1.2.1

@@ -55,3 +63,2 @@ 2015-8-31

## v 1.0.0

@@ -67,3 +74,2 @@ 2015-03-03

## v 0.12.0

@@ -70,0 +76,0 @@ 2015-02-14

{
"name": "mongoose-encryption",
"description": "Simple encryption and authentication plugin for Mongoose",
"version": "2.0.0",
"version": "2.0.1",
"author": {

@@ -30,7 +30,7 @@ "name": "Joe Goldbeck"

"dependencies": {
"async": "~0.9.0",
"buffer-equal-constant-time": "~1.0.1",
"dotty": "~0.0.2",
"mpath": "~0.2.1",
"json-stable-stringify": "~1.0.0",
"async": "^2.6.1",
"buffer-equal-constant-time": "^1.0.1",
"dotty": "~0.1.0",
"mpath": "~0.4.1",
"json-stable-stringify": "^1.0.0",
"semver": "^5.5.0",

@@ -43,14 +43,14 @@ "underscore": "^1.5.0"

"devDependencies": {
"mocha": "1.x.x",
"mocha": "^1.0.0",
"mongoose": ">=5.0.0",
"chai": "1.x.x",
"coffee-script": "1.7.x",
"sinon": "~1.10.3"
"chai": "^1.0.0",
"coffeescript": "^1.7.0",
"sinon": "^1.10.3"
},
"engines": {
"node": ">= 0.10.25"
"node": ">=4.4.5"
},
"scripts": {
"test": "mocha ./test --compilers coffee:coffee-script/register --timeout 3000"
"test": "mocha ./test --compilers coffee:coffeescript/register --timeout 3000"
}
}
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