New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

lessless

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lessless - npm Package Compare versions

Comparing version 0.2.14 to 0.2.15

6

lib/lessless.js
/*
lessless.js
copyright Dave Geddes (@geddesign)
copyright Dave Geddes (@geddski)
MIT license

@@ -26,3 +26,5 @@ */

// Specify search paths for @import directives. Combine with these common defaults
paths: styledirs.concat(['.', './css'])
paths: styledirs.concat(['.', './css']),
// ensure we always use sync methods to avoid issue with @import in grunt
syncImport: true
});

@@ -29,0 +31,0 @@ parser.parse(data.toString(), function(e, tree) {

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

Copyright (c) 2012 Dave Geddes (@geddesign)
Copyright (c) 2012 Dave Geddes (@geddski)

@@ -3,0 +3,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

{
"author": "Dave Geddes <davidcgeddes@gmail.com> (http://geddesign.com)",
"author": "Dave Geddes <davidcgeddes@gmail.com> (http://geddski.com)",
"name": "lessless",

@@ -10,6 +10,6 @@ "description": "Compiles all your project's LESS into CSS, converts LESS <links> into regular CSS <links>, and removes less.js from your html page.",

],
"version": "0.2.14",
"version": "0.2.15",
"repository": {
"type": "git",
"url": "git://github.com/geddesign/lessless.git"
"url": "git://github.com/geddski/lessless.git"
},

@@ -16,0 +16,0 @@ "main": "./lib/lessless",

@@ -12,6 +12,10 @@ # lessless

### As Command Line Tool
`lessless /path/to/project`
```
lessless --directory /path/to/project
```
OR
`cd /path/to/project`
`lessless`
```
cd /path/to/project
lessless
```

@@ -18,0 +22,0 @@ ### As Module

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