mongo-express
Advanced tools
Comparing version 0.30.24 to 0.30.25
@@ -109,2 +109,3 @@ 'use strict'; | ||
sJson = sJson.replace(/ObjectID\(/g, '{ "$oid": '); | ||
sJson = sJson.replace(/DBRef\(/g, '{ "$ref": '); | ||
sJson = sJson.replace(/ISODate\(/g, ''); | ||
@@ -111,0 +112,0 @@ sJson = sJson.replace(/\)/g, ' }'); |
@@ -20,3 +20,3 @@ { | ||
], | ||
"version": "0.30.24", | ||
"version": "0.30.25", | ||
"bin": { | ||
@@ -23,0 +23,0 @@ "mongo-express": "./app.js" |
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
2390752
21887