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

less-openui5

Package Overview
Dependencies
Maintainers
2
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.1.1 to 0.1.2

test/expected/imports/main.css

4

lib/plugin/import-collector.js

@@ -32,3 +32,5 @@ // Copyright 2014 SAP SE.

visitImport: function(importNode, visitArgs) {
this.aImports.push(importNode.importedFilename);
if (importNode.importedFilename) {
this.aImports.push(importNode.importedFilename);
}
},

@@ -35,0 +37,0 @@ getImports: function() {

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

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

@@ -239,8 +239,9 @@ // Copyright 2014 SAP SE.

assert.equal(result.css, '', 'css should be empty.');
assert.equal(result.css, readFile('test/expected/imports/main.css'), 'css should be correctly generated.');
assert.deepEqual(result.variables, {}, 'variables should be empty.');
assert.deepEqual(result.imports, [
path.join('test', 'fixtures', 'imports', 'dir1', 'foo.less'),
path.join('test', 'fixtures', 'imports', 'dir2', 'bar.less')
], 'import list should not correctly filled.');
path.join('test', 'fixtures', 'imports', 'dir2', 'bar.less'),
path.join('test', 'fixtures', 'imports', 'dir3', 'inline.css')
], 'import list should be correctly filled.');

@@ -247,0 +248,0 @@ done();

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