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

node-lessify

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-lessify - npm Package Compare versions

Comparing version 0.1.5 to 0.2.0

6

package.json
{
"name": "node-lessify",
"version": "0.1.5",
"version": "0.2.0",
"description": "LESS precompiler and CSS plugin for Browserify",

@@ -26,3 +26,3 @@ "main": "index.js",

"dependencies": {
"less": "^2.6.1",
"less": "^3.12.2",
"object-assign": "^4.0.1",

@@ -32,3 +32,3 @@ "through2": "^2.0.1"

"engines": {
"node": "*"
"node": ">=6"
},

@@ -35,0 +35,0 @@ "devDependencies": {

node-lessify
============
Version 0.1.5
Version 0.2.0

@@ -9,3 +9,3 @@ [![Build Status](https://travis-ci.org/wilson428/node-lessify.png)](https://travis-ci.org/wilson428/node-lessify)

LESS 2.0 precompiler and CSS plugin for Browserify. Inspired by [node-underscorify](https://github.com/maxparm/node-underscorify). Originally developed for TIME Magazine's [interactive deployment framework](https://github.com/TimeMagazine/time-interactive).
LESS 3.12 precompiler and CSS plugin for Browserify. Inspired by [node-underscorify](https://github.com/maxparm/node-underscorify). Originally developed for TIME Magazine's [interactive deployment framework](https://github.com/TimeMagazine/time-interactive).

@@ -107,2 +107,6 @@ When bundling an app using [Browserify](http://browserify.org/), it's often convenient to be able to include your CSS as a script that appends the style declarations to the head. This is particularly relevant for self-assembling apps that attach themselves to a page but otherwise have reserved real-estate on the DOM.

**v0.2.0**:
- Bumped version of Less to 3.12 (thx @fazod)
- Added spec of Node version, min 6.0 per Less' requirements
**v0.1.5**:

@@ -109,0 +113,0 @@ - Added support for (global) path specification (thx @relay-delivery)

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