New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

connect-openui5

Package Overview
Dependencies
Maintainers
5
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

connect-openui5 - npm Package Compare versions

Comparing version 0.9.1 to 0.10.0

17

CHANGELOG.md

@@ -5,4 +5,18 @@ # Changelog

A list of unreleased changes can be found [here](https://github.com/SAP/connect-openui5/compare/v0.9.1...HEAD).
A list of unreleased changes can be found [here](https://github.com/SAP/connect-openui5/compare/v0.10.0...HEAD).
<a name="v0.10.0"></a>
## [v0.10.0] - 2020-11-06
### Breaking Changes
- Require Node.js >= 10 [`8c9f87e`](https://github.com/SAP/connect-openui5/commit/8c9f87e1012bb0c6fbf2dc8e323c7ec11bfda877)
### Dependency Updates
- Bump less-openui5 from 0.8.7 to 0.9.0 [`a8cdc7b`](https://github.com/SAP/connect-openui5/commit/a8cdc7bf1c82ba75217db1be50ff502ac3d380df)
### BREAKING CHANGE
Support for older Node.js releases has been dropped.
Only Node.js v10 or higher is supported.
<a name="v0.9.1"></a>

@@ -26,2 +40,3 @@ ## [v0.9.1] - 2020-09-10

[v0.10.0]: https://github.com/SAP/connect-openui5/compare/v0.9.1...v0.10.0
[v0.9.1]: https://github.com/SAP/connect-openui5/compare/v0.9.0...v0.9.1

@@ -28,0 +43,0 @@ [v0.9.0]: https://github.com/SAP/connect-openui5/compare/0.8.0...v0.9.0

6

package.json
{
"name": "connect-openui5",
"version": "0.9.1",
"version": "0.10.0",
"description": "Connect middleware for OpenUI5",

@@ -33,3 +33,3 @@ "scripts": {

"engines": {
"node": ">=8.5"
"node": ">= 10"
},

@@ -42,3 +42,3 @@ "dependencies": {

"http-proxy": "^1.18.1",
"less-openui5": "^0.8.7",
"less-openui5": "^0.9.0",
"set-cookie-parser": "^2.4.6"

@@ -45,0 +45,0 @@ },

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