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.30 to 0.1.33

dist/spec/classes/TestAddress.d.ts

4

package.json
{
"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

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