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

@sap_oss/odata-library

Package Overview
Dependencies
Maintainers
16
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap_oss/odata-library - npm Package Compare versions

Comparing version 0.10.4 to 0.10.5

lib/model/aggregate.js

4

CHANGELOG.md
# Changelog
# 0.10.5
- 11412e6 - [FIX] Correctly create entity with complex type - Norbert Volf
# 0.10.4

@@ -4,0 +8,0 @@

4

lib/model/nw/schema/ComplexType.js

@@ -5,2 +5,4 @@ "use strict";

const AnnotationTarget = require("../../oasis/annotations/AnnotationTarget");
const SharedComplexType = require("../../schema/ComplexType");
const aggregate = require("../../aggregate");
const Property = require("./Property");

@@ -17,3 +19,3 @@

*/
class ComplexType extends AnnotationTarget {
class ComplexType extends aggregate(AnnotationTarget, SharedComplexType) {
/**

@@ -20,0 +22,0 @@ * Creates an instance of ComplexType.

@@ -7,2 +7,4 @@ "use strict";

const Property = require("./Property");
const SharedComplexType = require("../../schema/ComplexType");
const aggregate = require("../../aggregate");

@@ -17,3 +19,3 @@ /**

*/
class ComplexType extends AnnotationTarget {
class ComplexType extends aggregate(AnnotationTarget, SharedComplexType) {
/**

@@ -20,0 +22,0 @@ * Creates an instance of ComplexType.

{
"name": "@sap_oss/odata-library",
"version": "0.10.4",
"version": "0.10.5",
"description": "OData client for testing Netweawer OData services.",

@@ -5,0 +5,0 @@ "main": "index.js",

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