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

gonzales-pe

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gonzales-pe - npm Package Compare versions

Comparing version 3.4.7 to 4.0.0

18

CHANGELOG.md

@@ -10,2 +10,20 @@ # Changelog

## 17.11.2016, version 4.0
:japanese_ogre: Dropped support for Node < 4.
:japanese_ogre: Brought back `postinstall` script that should allow installing
from GitHub.
:japanese_ogre: Made multiline comments in Sass consistent with other syntaxes
by removing closing `*/` from node's content.
:japanese_ogre: Implemented new node type, `universalSelector`, which represents
`*`. See [docs](https://github.com/tonyganch/gonzales-pe/blob/dev/docs/node-types.md#universalselector)
for more details.
:green_apple: Fixed parsing of comments in Sass.
:green_apple: Fixed parsing of keyframes inside includes in Sass.
:green_apple: Fixed parsing of flags in arguments in Sass and SCSS.
:green_apple: Fixed parsing of multiple declarations within arguments in SCSS
and Sass.
:green_apple: Improved parsing of interpolations in SCSS and Sass.
:green_apple: Adjust parsing priority of declarations & atrule in Less.
## 22.10.2016, version 3.4.7

@@ -12,0 +30,0 @@

8

package.json
{
"name": "gonzales-pe",
"description": "Gonzales Preprocessor Edition (fast CSS parser)",
"version": "3.4.7",
"version": "4.0.0",
"homepage": "http://github.com/tonyganch/gonzales-pe",

@@ -24,2 +24,3 @@ "bugs": "http://github.com/tonyganch/gonzales-pe/issues",

"log": "bash ./scripts/log.sh",
"postinstall": "bash ./scripts/postinstall.sh",
"prepublish": "bash ./scripts/prepublish.sh",

@@ -37,3 +38,6 @@ "postpublish": "bash ./scripts/postpublish.sh",

"devDependencies": {
"babel-loader": "^5.3.2",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.18.0",
"coffee-script": "~1.7.1",

@@ -40,0 +44,0 @@ "eslint": "^3.0.0",

@@ -18,4 +18,6 @@ module.exports = {

query: {
loose: 'all',
blacklist: 'spec.functionName'
plugins: ['add-module-exports'],
presets: [
["es2015", { "loose": true }]
]
}

@@ -22,0 +24,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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