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

fly-less

Package Overview
Dependencies
Maintainers
3
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fly-less - npm Package Compare versions

Comparing version 0.1.2 to 0.2.0

test/import.less

4

Flyfile.js
module.exports.default = function* () {
yield this
.source("test/style.less")
.less()
.less({
paths: "test"
})
.target("test/")
}

@@ -6,2 +6,7 @@ const less = require("less")

this.filter("less", (source, options) => {
options = assign({}, {
compress: false,
paths: []
}, options)
return this.defer(less.render.bind(less))(source, options)

@@ -8,0 +13,0 @@ .then((result) => result.css.toString())

{
"name": "fly-less",
"version": "0.1.2",
"version": "0.2.0",
"description": "Fly plugin for Less",

@@ -35,5 +35,5 @@ "main": "index.js",

"devDependencies": {
"fly": "^0.2.2",
"fly": "^0.4.2",
"fly-less": "./"
}
}

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