Socket
Socket
Sign inDemoInstall

@sap/cds-foss

Package Overview
Dependencies
5
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.1 to 4.0.0

8

CHANGELOG.md

@@ -9,2 +9,10 @@ # Changelog

## Version 4.0.0 - 2022-06-14
### Changed
- Dependencies are no longer pinned and have open ranges, allowing more flexibility in reuse scenarios
- `fs-extra` got removed
- `yaml` got bumped to version 2
## Version 3.1.1 - 2022-03-24

@@ -11,0 +19,0 @@

3

index.js

@@ -6,5 +6,2 @@

get big() { return super.big = require('big.js') }
get fs() { return super.fs = super.fsx = super.fse = require('fs-extra') }
get fsx() { return super.fs = super.fsx = super.fse = require('fs-extra') }
get fse() { return super.fs = super.fsx = super.fse = require('fs-extra') }
get pool() { return super.pool = require('generic-pool') }

@@ -11,0 +8,0 @@ get xmlbuilder() { return super.xmlbuilder = require('xmlbuilder') }

{
"name": "@sap/cds-foss",
"version": "3.1.1",
"version": "4.0.0",
"description": "SAP Cloud Application Programming Model - External Dependencies",

@@ -13,15 +13,20 @@ "homepage": "https://cap.cloud.sap/",

"dependencies": {
"generic-pool": "3.8.2",
"uuid": "8.3.2",
"yaml": "1.10.2",
"fs-extra": "10.0.1",
"big.js": "6.1.1",
"xmlbuilder": "15.1.1"
"generic-pool": "^3.8.2",
"uuid": "^8.3.2",
"yaml": "^2.1.1",
"big.js": "^6.1.1",
"xmlbuilder": "^15.1.1"
},
"devDependencies": {},
"engines": {
"node": ">=14"
},
"scripts": {
"test": "echo 'no tests here'"
},
"main": "index.js",
"files": [
"index.js",
"npm-shrinkwrap.json",
"LICENSE"
]
}
# @sap/cds-foss
This package lists the open-source modules for CDS modules.
It’s only to be used as a dependency by SAP, not by consumer apps.
It's only to be used as a dependency by SAP, not by consumer apps.
## License
This package is provided under the terms of the [SAP Developer License Agreement](https://tools.hana.ondemand.com/developer-license-3_1.txt).
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc