Socket
Socket
Sign inDemoInstall

postcss-less

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-less - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

3

dist/less-tokenize.js

@@ -248,5 +248,4 @@ 'use strict';

tokens.push(['extend', css.slice(pos, next), line, pos - offset, line + 1, next - offset]);
tokens.push(['extend', css.slice(pos, next), line, pos - offset, line, next - offset]);
line++;
pos = next;

@@ -253,0 +252,0 @@ break;

@@ -0,0 +0,0 @@ import Input from 'postcss/lib/input';

@@ -0,0 +0,0 @@ import Comment from 'postcss/lib/comment';

@@ -0,0 +0,0 @@ import Stringifier from 'postcss/lib/stringifier';

@@ -0,0 +0,0 @@ import LessStringifier from './less-stringifier';

@@ -0,0 +0,0 @@ import stringify from './less-stringify';

@@ -272,6 +272,5 @@ const SINGLE_QUOTE = 39; // `''

line, pos - offset,
line + 1, next - offset
line, next - offset
]);
line++;
pos = next;

@@ -368,2 +367,2 @@ break;

return tokens;
}
}
{
"name": "postcss-less",
"version": "0.1.3",
"version": "0.1.4",
"description": "LESS parser for PostCSS",

@@ -5,0 +5,0 @@ "keywords": [

# PostCSS LESS syntax
[![Build Status](https://secure.travis-ci.org/webschik/postcss-less.png?branch=master)](https://travis-ci.org/webschik/postcss-less)
[![npm](https://img.shields.io/npm/dm/postcss-less.svg)](https://www.npmjs.com/package/postcss-less)
[![npm](https://img.shields.io/npm/dt/postcss-less.svg)](https://www.npmjs.com/package/postcss-less)
[![npm](https://img.shields.io/npm/l/postcss-less.svg)](https://www.npmjs.com/package/postcss-less)

@@ -20,2 +20,2 @@

# Problems
* This plugin skips all **inner mixins** and **&:extend()** selector
* This plugin skips all **inner mixins** and **&:extend()** selector

Sorry, the diff of this file is not supported yet

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