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

reob

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reob - npm Package Compare versions

Comparing version 0.1.29 to 0.1.30

spec/classes/TestAddress.ts

2

LICENSE.txt
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

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