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

express-compiless

Package Overview
Dependencies
Maintainers
3
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-compiless - npm Package Compare versions

Comparing version 4.2.0 to 5.0.0

CHANGELOG.md

16

package.json
{
"name": "express-compiless",
"version": "4.2.0",
"version": "5.0.0",
"description": "Express middleware that compiles less files to css on the way out.",
"main": "lib/compiless.js",
"scripts": {
"lint": "eslint . && prettier --check '**/*.{js,md}'",
"lint": "eslint . && prettier --check '**/*.{js,json,md}'",
"test": "mocha",
"test:ci": "npm run coverage",
"coverage": "nyc --reporter=lcov --reporter=text --all -- npm test && echo google-chrome coverage/lcov-report/index.html"
"coverage": "nyc --reporter=lcov --reporter=text --all -- npm test && echo google-chrome coverage/lcov-report/index.html",
"preversion": "offline-github-changelog --next=${npm_package_version} > CHANGELOG.md && git add CHANGELOG.md"
},

@@ -36,3 +37,3 @@ "repository": {

"eslint-config-prettier": "^6.0.0",
"eslint-config-standard": "^14.0.0",
"eslint-config-standard": "^16.0.0",
"eslint-plugin-import": "^2.17.3",

@@ -46,5 +47,6 @@ "eslint-plugin-mocha": "^8.0.0",

"nyc": "^15.0.0",
"prettier": "~2.1.0",
"unexpected": "^11.0.0",
"unexpected-express": "^12.0.0"
"offline-github-changelog": "^2.0.0",
"prettier": "~2.2.0",
"unexpected": "^12.0.0",
"unexpected-express": "^13.0.1"
},

@@ -51,0 +53,0 @@ "nyc": {

@@ -47,4 +47,8 @@ # express-compiless

## Releases
[Changelog](https://github.com/papandreou/express-compiless/blob/master/CHANGELOG.md)
## License
3-clause BSD license -- see the `LICENSE` file for details.

Sorry, the diff of this file is not supported yet

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