Socket
Socket
Sign inDemoInstall

@sap/cds-foss

Package Overview
Dependencies
10
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.1 to 2.3.0

12

CHANGELOG.md

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

## Version 2.3.0 - 2021-04-01
### Changed
- Bumped dependencies to current versions
## Version 2.2.2 - 2021-03-17
### Fixed
- Added missing entry for `index.js` in the package's `files` list
## Version 2.2.1 - 2021-02-19

@@ -11,0 +23,0 @@

5

index.js

@@ -1,4 +0,1 @@

module.exports = function(module) {
// require in the context of lib-deps, e.g. require ('lib-deps')('async')
return require(module);
}
module.exports = require

22

npm-shrinkwrap.json
{
"name": "@sap/cds-foss",
"version": "2.2.1",
"version": "2.3.0",
"lockfileVersion": 1,

@@ -11,6 +11,6 @@ "requires": true,

"big.js": {
"version": "5.2.2"
"version": "6.0.3"
},
"fs-extra": {
"version": "9.0.1",
"version": "9.1.0",
"requires": {

@@ -20,23 +20,23 @@ "at-least-node": "^1.0.0",

"jsonfile": "^6.0.1",
"universalify": "^1.0.0"
"universalify": "^2.0.0"
}
},
"generic-pool": {
"version": "3.7.1"
"version": "3.7.2"
},
"graceful-fs": {
"version": "4.2.4"
"version": "4.2.6"
},
"jsonfile": {
"version": "6.0.1",
"version": "6.1.0",
"requires": {
"graceful-fs": "^4.1.6",
"universalify": "^1.0.0"
"universalify": "^2.0.0"
}
},
"universalify": {
"version": "1.0.0"
"version": "2.0.0"
},
"uuid": {
"version": "8.3.0"
"version": "8.3.2"
},

@@ -47,5 +47,5 @@ "xmlbuilder": {

"yaml": {
"version": "1.10.0"
"version": "1.10.2"
}
}
}
{
"name": "@sap/cds-foss",
"version": "2.2.1",
"version": "2.3.0",
"description": "SAP Cloud Application Programming Model - External Dependencies",

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

"dependencies": {
"generic-pool": "3.7.1",
"uuid": "8.3.0",
"yaml": "1.10.0",
"fs-extra": "9.0.1",
"big.js": "5.2.2",
"generic-pool": "3.7.2",
"uuid": "8.3.2",
"yaml": "1.10.2",
"fs-extra": "9.1.0",
"big.js": "6.0.3",
"xmlbuilder": "15.1.1"

@@ -23,2 +23,3 @@ },

"files": [
"index.js",
"npm-shrinkwrap.json",

@@ -25,0 +26,0 @@ "LICENSE"

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