Socket
Socket
Sign inDemoInstall

compile-less-cli

Package Overview
Dependencies
81
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.1.2

20

package.json
{
"name": "compile-less-cli",
"version": "1.1.1",
"version": "1.1.2",
"description": "compile less",

@@ -24,14 +24,14 @@ "main": "lib/compile.js",

"devDependencies": {
"@types/fs-extra": "^5.0.5",
"@types/node": "^11.13.0",
"typescript": "^3.4.1"
"@types/fs-extra": "5.0.5",
"@types/node": "11.13.0",
"typescript": "3.4.1"
},
"dependencies": {
"commander": "^2.19.0",
"directory-tree": "^2.2.1",
"fs-extra": "^7.0.1",
"less": "^3.9.0",
"less-plugin-autoprefix": "^2.0.0",
"tslib": "^1.9.3"
"commander": "2.19.0",
"directory-tree": "2.2.1",
"fs-extra": "7.0.1",
"less": "3.9.0",
"less-plugin-autoprefix": "2.0.0",
"tslib": "1.9.3"
}
}

@@ -42,2 +42,3 @@ compile-less

$ compile-less -d src -o css
$ compile-less -d src -o out --combine out/dist.css
```

@@ -44,0 +45,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc