Comparing version 0.1.29 to 0.1.30
The MIT License (MIT) | ||
Copyright (c) Bert van Heukelom 2016 | ||
Copyright (c) Bert van Heukelom 2017 | ||
@@ -6,0 +6,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
{ | ||
"name": "reob", | ||
"description": "Remote objects - Create backends for one page web apps with ease. Uses mongo and express.", | ||
"version": "0.1.29", | ||
"version": "0.1.30", | ||
"repository": "https://github.com/bvanheukelom/reob", | ||
@@ -13,3 +13,3 @@ "license": "MIT", | ||
"clean": "npm run clean-m && rm -rf node_modules && rm -rf .tscache", | ||
"compile": "rm -rf dist && tsc -p tsconfig.json ", | ||
"compile": "rm -rf dist && tsc ", | ||
"copy": "rm -rf dist && mkdir dist && cp -r s*c dist && find dist -type f -name '*.ts' ! -iname '*.d.ts' -delete", | ||
@@ -22,4 +22,11 @@ "watch": "nodemon --exec 'npm run compile' --watch './src' --watch './spec' -e ts -i *.d.ts", | ||
"devDependencies": { | ||
"@types/cors": "^2.8.1", | ||
"@types/express": "^4.0.34", | ||
"@types/jasmine": "^2.5.53", | ||
"@types/mongodb": "^2.2.11", | ||
"@types/node": "^8.0.9", | ||
"@types/node-fetch": "^1.6.7", | ||
"@types/object-hash": "^0.5.28", | ||
"@types/underscore": "^1.7.36", | ||
"@types/uuid": "^3.0.0", | ||
"co": "^4.6.0", | ||
@@ -26,0 +33,0 @@ "jasmine": "^2.4.1", |
@@ -9,3 +9,3 @@ "use strict"; | ||
*/ | ||
__export(require("./dist/src/serverModule")); | ||
__export(require("./src/serverModule")); | ||
//# sourceMappingURL=server.js.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
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
1
348892
13
74
3873