Socket
Socket
Sign inDemoInstall

@sap/jobs-client

Package Overview
Dependencies
9
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.7.46 to 1.7.47

9

CHANGELOG.md

@@ -9,6 +9,13 @@ # Change Log

## 1.7.46 - 2023-04-14
## 1.7.47 - 2023-05-03
### Changed
- Fixed shrinkwrap.json
## 1.7.46 - 2023-04-14 [YANKED]
### Changed
- Support for node.js versions 14, 16, 18

@@ -15,0 +22,0 @@ - Removed support for node.js version 12

4

package.json
{
"name": "@sap/jobs-client",
"description": "Node.js client library for job scheduler service in XS2",
"version": "1.7.46",
"version": "1.7.47",
"repository": {

@@ -27,3 +27,3 @@ "type": "git"

"lint": "node node_modules/eslint/bin/eslint.js --rulesdir eslint --max-warnings 0 ./",
"prepareRelease": "clean-packages && rm --recursive --force node_modules && npm install --production --no-save --no-package-lock",
"prepareRelease": "clean-packages && rm --recursive --force node_modules && npm install --production --no-save --no-package-lock && npm shrinkwrap && echo ------ shrinkwrap ------ && cat npm-shrinkwrap.json",
"mergeRequest": "echo moving request dependency to lib && rm -f ./lib/request/index.js && mv -v \"./node_modules/@sap/request/lib\" ./lib/request && mv \"./node_modules/@sap/request/index.js\" ./lib/request && npm rm @sap/request"

@@ -30,0 +30,0 @@ },

Sorry, the diff of this file is too big to display

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