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
2
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.4.0 to 0.4.1

CHANGELOG.md

2

index.js

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

// Copyright 2014 SAP SE.
// Copyright 2015 SAP SE.
//

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

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

// Copyright 2014 SAP SE.
// Copyright 2015 SAP SE.
//

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

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

// Copyright 2014 SAP SE.
// Copyright 2015 SAP SE.
//

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

var async = require('async');
var assign = require('object-assign');
var extend = require('extend');
var less = require('less-openui5');

@@ -55,3 +55,3 @@

var lessOptions = assign({
var lessOptions = extend(true, {
parser: {

@@ -58,0 +58,0 @@ filename: lessInfo.path

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

// Copyright 2014 SAP SE.
// Copyright 2015 SAP SE.
//

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

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

// Copyright 2014 SAP SE.
// Copyright 2015 SAP SE.
//

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

{
"name": "connect-openui5",
"version": "0.4.0",
"version": "0.4.1",
"description": "Connect middleware for OpenUI5",
"scripts": {
"test": "grunt"
"lint": "eslint index.js lib test",
"unit": "mocha test/*.js",
"test": "npm run lint && npm run unit"
},

@@ -28,19 +30,17 @@ "main": "index.js",

"engines": {
"node": ">= 0.8.0"
"node": ">= 0.10.0"
},
"dependencies": {
"async": "^0.9.0",
"glob": "^4.0.6",
"http-proxy": "^1.5.3",
"less-openui5": "^0.1.1",
"object-assign": "^2.0.0"
"async": "^1.4.2",
"extend": "^3.0.0",
"glob": "^5.0.5",
"http-proxy": "^1.10.1",
"less-openui5": "^0.1.2"
},
"devDependencies": {
"connect": "^3.3.3",
"grunt": "~0.4.5",
"grunt-eslint": "^3.0.0",
"grunt-mocha-test": "^0.12.3",
"mocha": "^2.0.1",
"serve-static": "^1.7.1"
"connect": "^3.3.5",
"eslint": "^1.3.1",
"mocha": "^2.2.4",
"serve-static": "^1.9.2"
}
}

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

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