Socket
Socket
Sign inDemoInstall

csso

Package Overview
Dependencies
8
Maintainers
4
Versions
82
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.2 to 1.4.3

4

HISTORY.md

@@ -0,1 +1,5 @@

## 1.4.3 (December 4, 2015)
- fix unicode-range parsing that cause to wrong function detection (#250)
## 1.4.2 (November 9, 2015)

@@ -2,0 +6,0 @@

2

lib/parser/index.js

@@ -1109,3 +1109,3 @@ var TokenType = require('./const.js');

tokens[start].ident_last = unicodeRange - 1;
return unicodeRange + 2;
return unicodeRange - start;
}

@@ -1112,0 +1112,0 @@ }

{
"name": "csso",
"description": "CSSO — CSS optimizer",
"version": "1.4.2",
"version": "1.4.3",
"homepage": "https://github.com/css/csso",

@@ -26,6 +26,6 @@ "author": "Sergey Kryzhanovsky <skryzhanovsky@ya.ru> (https://github.com/afelix)",

"devDependencies": {
"browserify": "11.x",
"jscs": "^2.3.0",
"browserify": "^12.0.1",
"jscs": "^2.6.0",
"mocha": "~2.3.3",
"uglify-js": ">= 2.5.0"
"uglify-js": "^2.6.1"
},

@@ -32,0 +32,0 @@ "engines": {

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