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.38 to 0.1.39

2

package.json
{
"name": "reob",
"description": "Remote objects - Create backends for one page web apps with ease. Uses mongo and express.",
"version": "0.1.38",
"version": "0.1.39",
"repository": "https://github.com/bvanheukelom/reob",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -21,3 +21,3 @@ "use strict";

cb(path, object);
var objectClass = reob_1.getClass(object);
var objectClass = Annotations_1.getClass(object);
Annotations_1.getTypedPropertyNames(objectClass).forEach(function (typedPropertyName) {

@@ -147,3 +147,3 @@ if (!Annotations_1.isParent(objectClass, typedPropertyName)) {

toDocument(object, includeContext, omitPropertiesPrivateToServer) {
const objectClass = reob_1.getClass(object);
const objectClass = Annotations_1.getClass(object);
const result = this.toDocumentRecursive(object, objectClass, omitPropertiesPrivateToServer);

@@ -155,3 +155,3 @@ // console.log("returning document:",result);

var result;
var objectClass = reob_1.getClass(object);
var objectClass = Annotations_1.getClass(object);
var context = reob_1.SerializationPath.getObjectContext(object);

@@ -158,0 +158,0 @@ // console.log(" documenting ", object,  typeof object);

@@ -6,4 +6,5 @@

import { SubObjectPath } from "./SubObjectPath"
import { getId, getClass, TypeClass, SerializationPath, Request, Handler} from "./reob"
import { getId, TypeClass, SerializationPath, Request, Handler} from "./reob"
import {
getClass,
getClassName,

@@ -10,0 +11,0 @@ getDocumentPropertyName, getEntityClassByName,

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