Comparing version 0.1.30 to 0.1.33
{ | ||
"name": "reob", | ||
"description": "Remote objects - Create backends for one page web apps with ease. Uses mongo and express.", | ||
"version": "0.1.30", | ||
"version": "0.1.33", | ||
"repository": "https://github.com/bvanheukelom/reob", | ||
@@ -17,3 +17,3 @@ "license": "MIT", | ||
"doc": "typedoc --excludeExternals --excludePrivate --noEmit --exclude src/Internal.ts --exclude node_modules --mode file --out doc -p tsconfig.json src typings", | ||
"upload": "npm run clean && yarn install && npm run compile && npm run test && npm version patch && npm publish && npm run upload-doc", | ||
"upload": "npm run clean && yarn install && npm run compile && npm run test && npm version patch && npm publish", | ||
"upload-doc": "./script/uploadDoc.sh" | ||
@@ -20,0 +20,0 @@ }, |
@@ -6,6 +6,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
/** | ||
* Created by bert on 06.10.16. | ||
*/ | ||
__export(require("./src/serverModule")); | ||
__export(require("./dist/src/serverModule")); | ||
//# sourceMappingURL=server.js.map |
@@ -12,2 +12,3 @@ { | ||
"sourceMap": true, | ||
"declaration": true, | ||
"moduleResolution": "node", | ||
@@ -14,0 +15,0 @@ "outDir": "dist" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
625251
175
8948
2