Socket
Socket
Sign inDemoInstall

@sap/instance-manager

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap/instance-manager - npm Package Compare versions

Comparing version 4.0.0 to 4.1.0

11

CHANGELOG.md

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

## 4.1.0 - 2023-11-22
### Updated
- Updated xssec to 3.5.0
- Updated node-fetch to 2.7.0
### Added
- Support for Node.js 20
## 4.0.0 - 2023-08-01

@@ -11,0 +22,0 @@

453

npm-shrinkwrap.json
{
"name": "@sap/instance-manager",
"version": "4.0.0",
"lockfileVersion": 1,
"version": "4.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@sap/instance-manager",
"version": "4.1.0",
"license": "SEE LICENSE IN LICENSE file",
"dependencies": {
"@sap/xssec": "^3.5.0",
"clone": "2.1.1",
"debug": "4.3.3",
"lru-cache": "4.1.1",
"node-fetch": "2.6.7",
"uuid": "7.0.0"
},
"engines": {
"node": "^12.0.0 || ^14.0.0 || ^16.0.0 || ^18 || ^20"
}
},
"node_modules/@sap/xssec": {
"version": "3.5.0",
"dependencies": {
"axios": "^1.6",
"debug": "^4.3.4",
"jsonwebtoken": "^9.0.2",
"node-rsa": "^1.1.1"
},
"engines": {
"node": ">=18"
}
},
"node_modules/@sap/xssec/node_modules/debug": {
"version": "4.3.4",
"dependencies": {
"ms": "2.1.2"
},
"engines": {
"node": ">=6.0"
},
"peerDependenciesMeta": {
"supports-color": {
"optional": true
}
}
},
"node_modules/asn1": {
"version": "0.2.6",
"dependencies": {
"safer-buffer": "~2.1.0"
}
},
"node_modules/asynckit": {
"version": "0.4.0"
},
"node_modules/axios": {
"version": "1.6.2",
"dependencies": {
"follow-redirects": "^1.15.0",
"form-data": "^4.0.0",
"proxy-from-env": "^1.1.0"
}
},
"node_modules/buffer-equal-constant-time": {
"version": "1.0.1"
},
"node_modules/clone": {
"version": "2.1.1",
"engines": {
"node": ">=0.8"
}
},
"node_modules/combined-stream": {
"version": "1.0.8",
"dependencies": {
"delayed-stream": "~1.0.0"
},
"engines": {
"node": ">= 0.8"
}
},
"node_modules/debug": {
"version": "4.3.3",
"dependencies": {
"ms": "2.1.2"
},
"engines": {
"node": ">=6.0"
},
"peerDependenciesMeta": {
"supports-color": {
"optional": true
}
}
},
"node_modules/delayed-stream": {
"version": "1.0.0",
"engines": {
"node": ">=0.4.0"
}
},
"node_modules/ecdsa-sig-formatter": {
"version": "1.0.11",
"dependencies": {
"safe-buffer": "^5.0.1"
}
},
"node_modules/follow-redirects": {
"version": "1.15.3",
"engines": {
"node": ">=4.0"
},
"peerDependenciesMeta": {
"debug": {
"optional": true
}
}
},
"node_modules/form-data": {
"version": "4.0.0",
"dependencies": {
"asynckit": "^0.4.0",
"combined-stream": "^1.0.8",
"mime-types": "^2.1.12"
},
"engines": {
"node": ">= 6"
}
},
"node_modules/jsonwebtoken": {
"version": "9.0.2",
"dependencies": {
"jws": "^3.2.2",
"lodash.includes": "^4.3.0",
"lodash.isboolean": "^3.0.3",
"lodash.isinteger": "^4.0.4",
"lodash.isnumber": "^3.0.3",
"lodash.isplainobject": "^4.0.6",
"lodash.isstring": "^4.0.1",
"lodash.once": "^4.0.0",
"ms": "^2.1.1",
"semver": "^7.5.4"
},
"engines": {
"node": ">=12",
"npm": ">=6"
}
},
"node_modules/jsonwebtoken/node_modules/lru-cache": {
"version": "6.0.0",
"dependencies": {
"yallist": "^4.0.0"
},
"engines": {
"node": ">=10"
}
},
"node_modules/jsonwebtoken/node_modules/semver": {
"version": "7.5.4",
"dependencies": {
"lru-cache": "^6.0.0"
},
"bin": {
"semver": "bin/semver.js"
},
"engines": {
"node": ">=10"
}
},
"node_modules/jsonwebtoken/node_modules/yallist": {
"version": "4.0.0"
},
"node_modules/jwa": {
"version": "1.4.1",
"dependencies": {
"buffer-equal-constant-time": "1.0.1",
"ecdsa-sig-formatter": "1.0.11",
"safe-buffer": "^5.0.1"
}
},
"node_modules/jws": {
"version": "3.2.2",
"dependencies": {
"jwa": "^1.4.1",
"safe-buffer": "^5.0.1"
}
},
"node_modules/lodash.includes": {
"version": "4.3.0"
},
"node_modules/lodash.isboolean": {
"version": "3.0.3"
},
"node_modules/lodash.isinteger": {
"version": "4.0.4"
},
"node_modules/lodash.isnumber": {
"version": "3.0.3"
},
"node_modules/lodash.isplainobject": {
"version": "4.0.6"
},
"node_modules/lodash.isstring": {
"version": "4.0.1"
},
"node_modules/lodash.once": {
"version": "4.1.1"
},
"node_modules/lru-cache": {
"version": "4.1.1",
"dependencies": {
"pseudomap": "^1.0.2",
"yallist": "^2.1.2"
}
},
"node_modules/mime-db": {
"version": "1.52.0",
"engines": {
"node": ">= 0.6"
}
},
"node_modules/mime-types": {
"version": "2.1.35",
"dependencies": {
"mime-db": "1.52.0"
},
"engines": {
"node": ">= 0.6"
}
},
"node_modules/ms": {
"version": "2.1.2"
},
"node_modules/node-fetch": {
"version": "2.6.7",
"dependencies": {
"whatwg-url": "^5.0.0"
},
"engines": {
"node": "4.x || >=6.0.0"
},
"peerDependencies": {
"encoding": "^0.1.0"
},
"peerDependenciesMeta": {
"encoding": {
"optional": true
}
}
},
"node_modules/node-fetch/node_modules/tr46": {
"version": "0.0.3"
},
"node_modules/node-fetch/node_modules/webidl-conversions": {
"version": "3.0.1"
},
"node_modules/node-fetch/node_modules/whatwg-url": {
"version": "5.0.0",
"dependencies": {
"tr46": "~0.0.3",
"webidl-conversions": "^3.0.0"
}
},
"node_modules/node-rsa": {
"version": "1.1.1",
"dependencies": {
"asn1": "^0.2.4"
}
},
"node_modules/proxy-from-env": {
"version": "1.1.0"
},
"node_modules/pseudomap": {
"version": "1.0.2"
},
"node_modules/safe-buffer": {
"version": "5.2.1"
},
"node_modules/safer-buffer": {
"version": "2.1.2"
},
"node_modules/uuid": {
"version": "7.0.0",
"bin": {
"uuid": "dist/bin/uuid"
}
},
"node_modules/yallist": {
"version": "2.1.2"
}
},
"dependencies": {
"@sap/xssec": {
"version": "3.3.2",
"version": "3.5.0",
"requires": {
"axios": "^0.26.0",
"debug": "^4.3.2",
"jsonwebtoken": "^9.0.0",
"lru-cache": "^6.0.0",
"node-rsa": "^1.1.1",
"valid-url": "1.0.9"
"axios": "^1.6",
"debug": "^4.3.4",
"jsonwebtoken": "^9.0.2",
"node-rsa": "^1.1.1"
},
"dependencies": {
"lru-cache": {
"version": "6.0.0",
"debug": {
"version": "4.3.4",
"requires": {
"yallist": "^4.0.0"
"ms": "2.1.2"
}

@@ -32,6 +318,11 @@ }

},
"asynckit": {
"version": "0.4.0"
},
"axios": {
"version": "0.26.1",
"version": "1.6.2",
"requires": {
"follow-redirects": "^1.14.8"
"follow-redirects": "^1.15.0",
"form-data": "^4.0.0",
"proxy-from-env": "^1.1.0"
}

@@ -45,2 +336,8 @@ },

},
"combined-stream": {
"version": "1.0.8",
"requires": {
"delayed-stream": "~1.0.0"
}
},
"debug": {

@@ -52,2 +349,5 @@ "version": "4.3.3",

},
"delayed-stream": {
"version": "1.0.0"
},
"ecdsa-sig-formatter": {

@@ -60,11 +360,42 @@ "version": "1.0.11",

"follow-redirects": {
"version": "1.15.2"
"version": "1.15.3"
},
"form-data": {
"version": "4.0.0",
"requires": {
"asynckit": "^0.4.0",
"combined-stream": "^1.0.8",
"mime-types": "^2.1.12"
}
},
"jsonwebtoken": {
"version": "9.0.1",
"version": "9.0.2",
"requires": {
"jws": "^3.2.2",
"lodash": "^4.17.21",
"lodash.includes": "^4.3.0",
"lodash.isboolean": "^3.0.3",
"lodash.isinteger": "^4.0.4",
"lodash.isnumber": "^3.0.3",
"lodash.isplainobject": "^4.0.6",
"lodash.isstring": "^4.0.1",
"lodash.once": "^4.0.0",
"ms": "^2.1.1",
"semver": "^7.3.8"
"semver": "^7.5.4"
},
"dependencies": {
"lru-cache": {
"version": "6.0.0",
"requires": {
"yallist": "^4.0.0"
}
},
"semver": {
"version": "7.5.4",
"requires": {
"lru-cache": "^6.0.0"
}
},
"yallist": {
"version": "4.0.0"
}
}

@@ -87,5 +418,23 @@ },

},
"lodash": {
"version": "4.17.21"
"lodash.includes": {
"version": "4.3.0"
},
"lodash.isboolean": {
"version": "3.0.3"
},
"lodash.isinteger": {
"version": "4.0.4"
},
"lodash.isnumber": {
"version": "3.0.3"
},
"lodash.isplainobject": {
"version": "4.0.6"
},
"lodash.isstring": {
"version": "4.0.1"
},
"lodash.once": {
"version": "4.1.1"
},
"lru-cache": {

@@ -96,9 +445,13 @@ "version": "4.1.1",

"yallist": "^2.1.2"
},
"dependencies": {
"yallist": {
"version": "2.1.2"
}
}
},
"mime-db": {
"version": "1.52.0"
},
"mime-types": {
"version": "2.1.35",
"requires": {
"mime-db": "1.52.0"
}
},
"ms": {

@@ -111,2 +464,17 @@ "version": "2.1.2"

"whatwg-url": "^5.0.0"
},
"dependencies": {
"tr46": {
"version": "0.0.3"
},
"webidl-conversions": {
"version": "3.0.1"
},
"whatwg-url": {
"version": "5.0.0",
"requires": {
"tr46": "~0.0.3",
"webidl-conversions": "^3.0.0"
}
}
}

@@ -120,2 +488,5 @@ },

},
"proxy-from-env": {
"version": "1.1.0"
},
"pseudomap": {

@@ -130,39 +501,9 @@ "version": "1.0.2"

},
"semver": {
"version": "7.5.4",
"requires": {
"lru-cache": "^6.0.0"
},
"dependencies": {
"lru-cache": {
"version": "6.0.0",
"requires": {
"yallist": "^4.0.0"
}
}
}
},
"tr46": {
"version": "0.0.3"
},
"uuid": {
"version": "7.0.0"
},
"valid-url": {
"version": "1.0.9"
},
"webidl-conversions": {
"version": "3.0.1"
},
"whatwg-url": {
"version": "5.0.0",
"requires": {
"tr46": "~0.0.3",
"webidl-conversions": "^3.0.0"
}
},
"yallist": {
"version": "4.0.0"
"version": "2.1.2"
}
}
}

10

package.json
{
"name": "@sap/instance-manager",
"version": "4.0.0",
"version": "4.1.0",
"main": "index.js",
"license": "SEE LICENSE IN LICENSE file",
"dependencies": {
"@sap/xssec": "^3.3.2",
"@sap/xssec": "^3.5.0",
"clone": "2.1.1",

@@ -20,3 +20,3 @@ "debug": "4.3.3",

"fetch-mock": "9.11.0",
"filter-node-package": "2.2.0",
"filter-node-package": "3.2.0",
"mocha": "7.1.1",

@@ -40,7 +40,7 @@ "node-build": "^2.0.1",

"lint": "eslint -f stylish --ignore-path .gitignore .",
"prepareRelease": "npm shrinkwrap && clean-packages -i && npm prune"
"prepareRelease": "npm shrinkwrap && clean-packages -i"
},
"engines": {
"node": "^12.0.0 || ^14.0.0 || ^16.0.0 || ^18"
"node": "^12.0.0 || ^14.0.0 || ^16.0.0 || ^18 || ^20"
}
}
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