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

@sap/xsodata

Package Overview
Dependencies
Maintainers
0
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap/xsodata - npm Package Compare versions

Comparing version 8.1.3 to 8.2.0

4

CHANGELOG.md

@@ -11,2 +11,6 @@ # Change Log

## [8.2.0] - 2024-10-23
* Add support for Node 22
## [8.1.3] - 2024-10-03

@@ -13,0 +17,0 @@

14

package.json
{
"name": "@sap/xsodata",
"version": "8.1.3",
"version": "8.2.0",
"description": "Expose data from a HANA database as OData V2 service with help of .xsodata files.",

@@ -64,6 +64,6 @@ "main": "index.js",

"engines": {
"node": "^18 || ^20"
"node": "^18 || ^20 || ^22"
},
"devDependencies": {
"@sap/hana-client": "2.19.13",
"@sap/hana-client": "2.22.29",
"chai": "4.3.10",

@@ -74,10 +74,10 @@ "expect": "1.20.2",

"jshint": "2.13.6",
"mocha": "10.2.0",
"mocha-simple-html-reporter": "1.1.0",
"mocha": "10.7.3",
"mocha-simple-html-reporter": "2.0.0",
"node-mocks-http": "=1.7.6",
"nyc": "^15.1.0",
"nyc": "^17.1.0",
"pegjs": "0.10.0",
"sinon": "6.1.4",
"xml2js": "0.4.23"
"xml2js": "0.6.2"
}
}

@@ -12,3 +12,3 @@ XSODATA

If you want to create new OData services we strongly reoommend to use OData V4 along with a generic CDS-OData provider.
If you want to create new OData services we strongly recommend to use OData V4 along with a generic CDS-OData provider.
Here you can model your consumption persistency model with CDS (Core Data Services) and expose parts or the complete

@@ -15,0 +15,0 @@ model as OData service. Such a solution is already productively available on the JAVA runtime stack.

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