Socket
Socket
Sign inDemoInstall

less

Package Overview
Dependencies
Maintainers
5
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

less - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

test/less-bom/namespacing.less

5

lib/less/import-manager.js

@@ -54,3 +54,6 @@ var contexts = require("./contexts"),

else {
if (!importManager.files[fullPath]) {
// Inline imports aren't cached here.
// If we start to cache them, please make sure they won't conflict with non-inline imports of the
// same name as they used to do before this comment and the condition below have been added.
if (!importManager.files[fullPath] && !importOptions.inline) {
importManager.files[fullPath] = { root: root, options: importOptions };

@@ -57,0 +60,0 @@ }

6

package.json
{
"name": "less",
"version": "3.0.1",
"version": "3.0.2",
"description": "Leaner CSS",

@@ -49,4 +49,4 @@ "homepage": "http://lesscss.org",

"promise": "^7.1.1",
"source-map": "^0.5.3",
"request": "2.81.0"
"request": "^2.83.0",
"source-map": "^0.5.3"
},

@@ -53,0 +53,0 @@ "devDependencies": {

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