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
4
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.7.2 to 0.7.3

10

CHANGELOG.md

@@ -0,1 +1,11 @@

# 0.7.3 (2018-03-12)
### Other changes
- Update dependencies ([`b8d59ea`](https://github.com/SAP/connect-openui5/commit/b8d59ea8cd1e2db46b5c5f0117f02ed40aa1a097))
- Update copyright years ([`9091d54`](https://github.com/SAP/connect-openui5/commit/9091d5459126a6080a03b5db360c31d9d30c2665))
### All changes
[`0.7.2...0.7.3`](https://github.com/SAP/connect-openui5/compare/0.7.2...0.7.3)
# 0.7.2 (2017-07-18)

@@ -2,0 +12,0 @@

2

index.js

@@ -1,2 +0,2 @@

// Copyright 2016 SAP SE.
// Copyright 2018 SAP SE.
//

@@ -3,0 +3,0 @@ // Licensed under the Apache License, Version 2.0 (the "License");

@@ -1,2 +0,2 @@

// Copyright 2016 SAP SE.
// Copyright 2018 SAP SE.
//

@@ -100,3 +100,3 @@ // Licensed under the Apache License, Version 2.0 (the "License");

Object.keys(mLibs).forEach(function(lib) {
if (file.indexOf(lib) === 0) {
if (file.indexOf(lib + '/') === 0) {
response.push({

@@ -103,0 +103,0 @@ lib: mLibs[lib],

@@ -1,2 +0,2 @@

// Copyright 2016 SAP SE.
// Copyright 2018 SAP SE.
//

@@ -3,0 +3,0 @@ // Licensed under the Apache License, Version 2.0 (the "License");

@@ -1,2 +0,2 @@

// Copyright 2016 SAP SE.
// Copyright 2018 SAP SE.
//

@@ -3,0 +3,0 @@ // Licensed under the Apache License, Version 2.0 (the "License");

@@ -1,2 +0,2 @@

// Copyright 2016 SAP SE.
// Copyright 2018 SAP SE.
//

@@ -124,3 +124,4 @@ // Licensed under the Apache License, Version 2.0 (the "License");

if (!uri || !uri.host) {
return next();
next();
return;
}

@@ -127,0 +128,0 @@

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

Copyright (c) 2009-2016 SAP SE or an SAP affiliate company.
Copyright (c) 2009-2018 SAP SE or an SAP affiliate company.
{
"name": "connect-openui5",
"version": "0.7.2",
"version": "0.7.3",
"description": "Connect middleware for OpenUI5",

@@ -30,14 +30,14 @@ "scripts": {

"dependencies": {
"async": "^1.5.2",
"async": "^2.6.0",
"extend": "^3.0.0",
"glob": "^6.0.4",
"glob": "^7.1.2",
"http-proxy": "^1.12.0",
"less-openui5": "^0.3.0"
"less-openui5": "^0.5.1"
},
"devDependencies": {
"connect": "^3.4.0",
"eslint": "^1.10.3",
"mocha": "^2.3.4",
"serve-static": "^1.10.1"
"connect": "^3.6.6",
"eslint": "^4.18.2",
"mocha": "^5.0.4",
"serve-static": "^1.13.2"
}
}

@@ -74,3 +74,3 @@ ![OpenUI5](http://openui5.org/images/OpenUI5_new_big_side.png)

Makes sure that properties files will be served with "Content-Type: text/plain; charset=ISO-8859-1".
This middleware function ensures that properties files will be served with "Content-Type: text/plain; charset=ISO-8859-1".

@@ -196,2 +196,2 @@ ## proxy

[Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0) © 2016 [SAP SE](http://www.sap.com)
[Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0) © 2018 [SAP SE](http://www.sap.com)
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