Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

less-openui5

Package Overview
Dependencies
Maintainers
4
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

less-openui5 - npm Package Compare versions

Comparing version 0.5.3 to 0.5.4

test/expected/async-import-processing/main.css

9

CHANGELOG.md

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

# 0.5.4 (2018-07-04)
### Fixes
- Revert "Fix inline theme parameters encoding for '#'" [#26](https://github.com/SAP/less-openui5/pull/26)
### All changes
[`0.5.3...0.5.4`](https://github.com/SAP/less-openui5/compare/0.5.3...0.5.4)
# 0.5.3 (2018-05-18)

@@ -2,0 +11,0 @@

2

lib/index.js

@@ -251,3 +251,3 @@ // Copyright 2018 SAP SE.

// escape all chars that could cause problems with css parsers using URI-Encoding (% + HEX-Code)
var escapedChars = "%{}()'\"\\#";
var escapedChars = "%{}()'\"\\";
for (var i = 0; i < escapedChars.length; i++) {

@@ -254,0 +254,0 @@ var char = escapedChars.charAt(i);

{
"name": "less-openui5",
"version": "0.5.3",
"version": "0.5.4",
"description": "Build OpenUI5 themes with Less.js",

@@ -5,0 +5,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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