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

docpad-plugin-less

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docpad-plugin-less - npm Package Compare versions

Comparing version 1.0.1 to 2.0.0

.npmignore

12

package.json
{
"name": "docpad-plugin-less",
"version": "1.0.1",
"version": "2.0.0",
"description": "Adds support for the LessCSS pre-processor to DocPad.",

@@ -31,3 +31,3 @@ "homepage": "https://github.com/bevry/docpad-extras",

"node": ">=0.4.0",
"docpad": "5.x"
"docpad": "6.x"
},

@@ -37,3 +37,9 @@ "dependencies": {

},
"main": "./less.plugin.coffee"
"devDependencies": {
"coffee-script": "1.3.x"
},
"main": "./out/less.plugin.js",
"scripts": {
"test": "node ./test/less.test.js"
}
}
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